Fix typo in list of maps comment
This commit is contained in:
parent
d42f6d6b5d
commit
9034203d7a
|
@ -24,7 +24,7 @@ variable "ssh_authorized_key" {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Machines
|
# Machines
|
||||||
# Terraform's crude "type system" does properly support lists of maps so we do this.
|
# Terraform's crude "type system" does not properly support lists of maps so we do this.
|
||||||
|
|
||||||
variable "controller_names" {
|
variable "controller_names" {
|
||||||
type = "list"
|
type = "list"
|
||||||
|
|
Loading…
Reference in New Issue