Skip to content

Commit 8d0a402

Browse files
committed
chore: renamed description of network variable
1 parent f76ae19 commit 8d0a402

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

modules/frontend/variables.tf

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ variable "load_balancing_scheme" {
162162
}
163163

164164
variable "network" {
165-
description = "Network for INTERNAL_SELF_MANAGED load balancing scheme"
165+
description = "Network for INTERNAL_SELF_MANAGED/INTERNAL_MANAGED load balancing scheme"
166166
type = string
167167
default = "default"
168168
}
@@ -198,3 +198,9 @@ variable "http_keep_alive_timeout_sec" {
198198
type = number
199199
default = null
200200
}
201+
202+
variable "internal_forwarding_rule_subnetworks" {
203+
description = "Subnetworks for internal forwarding rules."
204+
type = list(string)
205+
default = []
206+
}

0 commit comments

Comments
 (0)