feat: Ability to tag just EKS cluster (#1569)

This commit is contained in:
Anton Babenko
2021-09-03 16:54:59 +02:00
committed by GitHub
parent a9c29719e8
commit c2490c5148
3 changed files with 11 additions and 1 deletions

View File

@@ -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