diff --git a/bare-metal/container-linux/kubernetes/variables.tf b/bare-metal/container-linux/kubernetes/variables.tf index 325cab65..ace976df 100644 --- a/bare-metal/container-linux/kubernetes/variables.tf +++ b/bare-metal/container-linux/kubernetes/variables.tf @@ -24,7 +24,7 @@ variable "ssh_authorized_key" { } # 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" { type = "list"