Skip to content

Commit 6238de6

Browse files
committed
one more
1 parent 6f23a78 commit 6238de6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

run/secure_services/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ resource "google_cloud_run_v2_service" "renderer" {
3737
resource "google_cloud_run_v2_service" "editor" {
3838
name = "editor"
3939
location = "us-central1"
40+
41+
deletion_protection = false # set to "true" in production
42+
4043
template {
4144
containers {
4245
# Replace with the URL of your Secure Services > Editor image.

0 commit comments

Comments
 (0)