Skip to content

Commit 96ba184

Browse files
committed
fix: added subnetwork variable
1 parent ab2b389 commit 96ba184

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,11 +162,17 @@ 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
}
169169

170+
variable "subnetwork" {
171+
description = "Subnetwork for INTERNAL_SELF_MANAGED/INTERNAL_MANAGED load balancing scheme"
172+
type = string
173+
default = null
174+
}
175+
170176
variable "server_tls_policy" {
171177
description = "The resource URL for the server TLS policy to associate with the https proxy service"
172178
type = string

0 commit comments

Comments
 (0)