Skip to content

Commit 59eeaca

Browse files
committed
fix: updated default value of firewall_source_ranges variable
1 parent d010619 commit 59eeaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/backend/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,5 @@ variable "target_service_accounts" {
278278
variable "firewall_source_ranges" {
279279
description = "Source ranges for the global Application Load Balancer's proxies. This list should contain the `ip_cidr_range` of each GLOBAL_MANAGED_PROXY subnet."
280280
type = list(string)
281-
default = ["10.129.0.0/23"]
281+
default = ["10.127.0.0/23"]
282282
}

0 commit comments

Comments
 (0)