From 9034203d7a10ac976e355f84b41b6579c17087aa Mon Sep 17 00:00:00 2001 From: bkcsfi Date: Sun, 4 Feb 2018 15:13:10 -0500 Subject: [PATCH] Fix typo in list of maps comment --- bare-metal/container-linux/kubernetes/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"