mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-22 16:01:34 +02:00
Fix typo in list of maps comment
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user