mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
docs: Fixes typo in variables description (#1154)
This commit is contained in:
+1
-1
@@ -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