From d84a1d5b06c1efa575b8d6b53db6c943ae85c805 Mon Sep 17 00:00:00 2001 From: Ace Nassri Date: Mon, 18 Jul 2022 13:07:55 -0700 Subject: [PATCH] chore: use consistent comments --- .../examples/cloud_run_service_static_outbound.tf.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mmv1/templates/terraform/examples/cloud_run_service_static_outbound.tf.erb b/mmv1/templates/terraform/examples/cloud_run_service_static_outbound.tf.erb index a1446d0ac1af..e71874721b13 100644 --- a/mmv1/templates/terraform/examples/cloud_run_service_static_outbound.tf.erb +++ b/mmv1/templates/terraform/examples/cloud_run_service_static_outbound.tf.erb @@ -76,7 +76,8 @@ resource "google_cloud_run_service" "<%= ctx[:primary_resource_id] %>" { template { spec { containers { - # TODO: replace with a URL to your container + # Replace with the URL of your container + # gcr.io// image = "us-docker.pkg.dev/cloudrun/container/hello" } }