Fixed typo in tag section

This commit is contained in:
Sathiya Shunmugasundaram 2015-05-13 09:59:05 -04:00
parent d93b7128d6
commit 87a583492d
1 changed files with 2 additions and 2 deletions

View File

@ -38,5 +38,5 @@ variable "instance_type" {
variable "tagName" {
default = "consul"
description = "TName tag for the servers"
description = "Name tag for the servers"
}