Skip to content

Commit 6f23a78

Browse files
committed
more outliers
1 parent f5860ff commit 6f23a78

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

run/healthchecks_startup_probe_grpc/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ resource "google_cloud_run_v2_service" "default" {
2626
name = "cloudrun-service-healthcheck"
2727
location = "us-central1"
2828

29+
deletion_protection = false # set to "true" in production
30+
2931
template {
3032
containers {
3133
# Note: Change to the name of your image

run/healthchecks_startup_probe_tcp/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ resource "google_cloud_run_v2_service" "default" {
2626
name = "cloudrun-service-healthcheck"
2727
location = "us-central1"
2828

29+
deletion_protection = false # set to "true" in production
30+
2931
template {
3032
containers {
3133
image = "us-docker.pkg.dev/cloudrun/container/hello"

run/interservice/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ resource "google_cloud_run_v2_service" "private" {
7676
name = "private-service"
7777
location = "us-central1"
7878

79+
deletion_protection = false # set to "true" in production
80+
7981
template {
8082
containers {
8183
// TODO<developer>: replace this with a private service container

0 commit comments

Comments
 (0)