We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598a62e commit 5d1f85dCopy full SHA for 5d1f85d
1 file changed
deployment/modules/gcp/cloudrun/main.tf
@@ -24,7 +24,7 @@ resource "google_cloud_run_v2_service" "default" {
24
name = var.base_name
25
location = var.location
26
launch_stage = "GA"
27
- ingress = "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"
+ ingress = "INGRESS_TRAFFIC_ALL"
28
29
template {
30
service_account = "${local.cloudrun_service_account_id}@${var.project_id}.iam.gserviceaccount.com"
0 commit comments