Skip to content

Commit 07b182f

Browse files
committed
protecc
1 parent b3dad8c commit 07b182f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run/vpc_access_connector/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ resource "google_cloud_run_v2_service" "gcr_service" {
6363
name = "mygcrservice"
6464
location = "us-west1"
6565

66+
deletion_protection = false # set to "true" in production
67+
6668
template {
6769
containers {
6870
image = "us-docker.pkg.dev/cloudrun/container/hello"

0 commit comments

Comments
 (0)