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 bf7eb74 commit 8419528Copy full SHA for 8419528
environments/skeleton/{{cookiecutter.environment}}/tofu/variables.tf
@@ -26,7 +26,7 @@ variable "key_pair" {
26
27
variable "control_ip_addresses" {
28
type = map(string)
29
- description = "Mapping of networks to fixed IP addresses used by control node"
+ description = "Mapping of fixed IP addresses for control node, keyed by network name"
30
default = {}
31
}
32
0 commit comments