docs: Fixes typo in variables description (#1154)

This commit is contained in:
Masih H. Derkani
2020-12-22 15:50:04 +00:00
committed by GitHub
parent 7d6e672303
commit 5d90c8fa7a
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ variable "subnets" {
}
variable "tags" {
description = "A map of tags to add to all resources. Tags added to launch coniguration or templates override these values for ASG Tags only."
description = "A map of tags to add to all resources. Tags added to launch configuration or templates override these values for ASG Tags only."
type = map(string)
default = {}
}