diff --git a/terraform/aws/variables.tf b/terraform/aws/variables.tf index 24ab54a21..eb5f390ab 100644 --- a/terraform/aws/variables.tf +++ b/terraform/aws/variables.tf @@ -38,5 +38,5 @@ variable "instance_type" { variable "tagName" { default = "consul" - description = "TName tag for the servers" -} \ No newline at end of file + description = "Name tag for the servers" +}