Skip to content

Commit 5d1f85d

Browse files
authored
allow traffic to flow in conformance test (transparency-dev#772)
1 parent 598a62e commit 5d1f85d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • deployment/modules/gcp/cloudrun

deployment/modules/gcp/cloudrun/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resource "google_cloud_run_v2_service" "default" {
2424
name = var.base_name
2525
location = var.location
2626
launch_stage = "GA"
27-
ingress = "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"
27+
ingress = "INGRESS_TRAFFIC_ALL"
2828

2929
template {
3030
service_account = "${local.cloudrun_service_account_id}@${var.project_id}.iam.gserviceaccount.com"

0 commit comments

Comments
 (0)