mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-03 22:04:40 +02:00
docs: Fixes typo in variables description (#1154)
This commit is contained in:
@@ -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 = {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user