mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-28 12:11:48 +01:00
feat: Ability to tag just EKS cluster (#1569)
This commit is contained in:
@@ -98,6 +98,12 @@ variable "tags" {
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "cluster_tags" {
|
||||
description = "A map of tags to add to just the eks resource."
|
||||
type = map(string)
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "vpc_id" {
|
||||
description = "VPC where the cluster and workers will be deployed."
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user