Skip to content

Commit 8419528

Browse files
authored
Update environments/skeleton/{{cookiecutter.environment}}/tofu/variables.tf
1 parent bf7eb74 commit 8419528

File tree

1 file changed

+1
-1
lines changed
  • environments/skeleton/{{cookiecutter.environment}}/tofu

1 file changed

+1
-1
lines changed

environments/skeleton/{{cookiecutter.environment}}/tofu/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ variable "key_pair" {
2626

2727
variable "control_ip_addresses" {
2828
type = map(string)
29-
description = "Mapping of networks to fixed IP addresses used by control node"
29+
description = "Mapping of fixed IP addresses for control node, keyed by network name"
3030
default = {}
3131
}
3232

0 commit comments

Comments
 (0)