Skip to content

Commit

Permalink
chore: use consistent comments (#6289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri authored Jul 18, 2022
1 parent e872fae commit 933dfd8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ resource "google_cloud_run_service" "<%= ctx[:primary_resource_id] %>" {
template {
spec {
containers {
# TODO<developer>: replace with a URL to your container
# Replace with the URL of your container
# gcr.io/<YOUR_GCP_PROJECT_ID>/<YOUR_CONTAINER_NAME>
image = "us-docker.pkg.dev/cloudrun/container/hello"
}
}
Expand Down

0 comments on commit 933dfd8

Please sign in to comment.