feat: Add irsa_tag_values variable (#2584)

This commit is contained in:
Tung Nguyen
2023-05-17 07:04:11 -07:00
committed by GitHub
parent 0f9d9fac93
commit aa3bdf1c19
3 changed files with 13 additions and 2 deletions

View File

@@ -86,6 +86,12 @@ variable "irsa_tag_key" {
default = "karpenter.sh/discovery"
}
variable "irsa_tag_values" {
description = "Tag values (`{key = value}`) applied to resources launched by Karpenter through the Karpenter provisioner. Defaults to cluster name when not set."
type = list(string)
default = null
}
variable "irsa_ssm_parameter_arns" {
description = "List of SSM Parameter ARNs that contain AMI IDs launched by Karpenter"
type = list(string)