Skip to content

Commit ad90fb5

Browse files
committed
fix: fixed variable description
1 parent 21646e3 commit ad90fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/frontend/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ variable "http_keep_alive_timeout_sec" {
200200
}
201201

202202
variable "internal_forwarding_rule_subnetworks" {
203-
description = "Subnetworks for internal forwarding rules."
203+
description = "List of fully-qualified subnetwork IDs (e.g., projects/my-project/regions/us-central1/subnetworks/my-subnet)."
204204
type = list(string)
205205
default = []
206-
}
206+
}

0 commit comments

Comments
 (0)