We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76ae19 commit 8d0a402Copy full SHA for 8d0a402
modules/frontend/variables.tf
@@ -162,7 +162,7 @@ variable "load_balancing_scheme" {
162
}
163
164
variable "network" {
165
- description = "Network for INTERNAL_SELF_MANAGED load balancing scheme"
+ description = "Network for INTERNAL_SELF_MANAGED/INTERNAL_MANAGED load balancing scheme"
166
type = string
167
default = "default"
168
@@ -198,3 +198,9 @@ variable "http_keep_alive_timeout_sec" {
198
type = number
199
default = null
200
201
+
202
+variable "internal_forwarding_rule_subnetworks" {
203
+ description = "Subnetworks for internal forwarding rules."
204
+ type = list(string)
205
+ default = []
206
+}
0 commit comments