Fix typo in list of maps comment

This commit is contained in:
bkcsfi 2018-02-04 15:13:10 -05:00 committed by Dalton Hubble
parent d42f6d6b5d
commit 9034203d7a
1 changed files with 1 additions and 1 deletions

View File

@ -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"