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 21646e3 commit ad90fb5Copy full SHA for ad90fb5
modules/frontend/variables.tf
@@ -200,7 +200,7 @@ variable "http_keep_alive_timeout_sec" {
200
}
201
202
variable "internal_forwarding_rule_subnetworks" {
203
- description = "Subnetworks for internal forwarding rules."
+ description = "List of fully-qualified subnetwork IDs (e.g., projects/my-project/regions/us-central1/subnetworks/my-subnet)."
204
type = list(string)
205
default = []
206
-}
+}
0 commit comments