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 ab2b389 commit 96ba184Copy full SHA for 96ba184
modules/frontend/variables.tf
@@ -162,11 +162,17 @@ 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
169
170
+variable "subnetwork" {
171
+ description = "Subnetwork for INTERNAL_SELF_MANAGED/INTERNAL_MANAGED load balancing scheme"
172
+ type = string
173
+ default = null
174
+}
175
+
176
variable "server_tls_policy" {
177
description = "The resource URL for the server TLS policy to associate with the https proxy service"
178
0 commit comments