Skip to content

Commit 922b046

Browse files
docs: clarify placeholder usage without breaking sample
1 parent 1bc9458 commit 922b046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run/custom_domain_mapping/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
# [START cloudrun_custom_domain_mapping_parent_tag]
1818
# [START cloudrun_custom_domain_mapping_run_service]
1919
resource "google_cloud_run_v2_service" "default" {
20-
name = "your-service-name" # Replace with your desired service
20+
name = "custom-domain" # Replace with your service name
2121
location = "us-central1"
2222

2323
deletion_protection = false # set to true to prevent destruction of the resource
2424

2525
template {
2626
containers {
27-
image = "REGION-docker.pkg.dev/PROJECT_ID/REPOSITORY/IMAGE" # Replace with your container image path
27+
image = "us-docker.pkg.dev/cloudrun/container/hello" # Replace with your container image
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)