Skip to content

Commit a8d033f

Browse files
committed
fix: update ingress_settings default value to allow all traffic
1 parent 22b7b44 commit a8d033f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/run-service/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ variable "available_cpu" {
3535
}
3636
variable "ingress_settings" {
3737
type = string
38-
default = "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"
38+
default = "INGRESS_TRAFFIC_ALL"
3939
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."
4040
}
4141
variable "timeout" {

0 commit comments

Comments
 (0)