You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terraform/run-service/variables.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ variable "available_cpu" {
35
35
}
36
36
variable"ingress_settings" {
37
37
type=string
38
-
default="INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"
38
+
default="INGRESS_TRAFFIC_ALL"
39
39
description="String value that controls what traffic can reach the function. Check ingress documentation to see the impact of each settings value. Changes to this field will recreate the cloud function."
0 commit comments