mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-26 11:21:04 +01:00
feat: Add additional IAM policy to allow cluster role to use KMS key provided for cluster encryption (#1915)
This commit is contained in:
@@ -89,6 +89,12 @@ variable "cluster_encryption_config" {
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "attach_cluster_encryption_policy" {
|
||||
description = "Indicates whether or not to attach an additional policy for the cluster IAM role to utilize the encryption key provided"
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "cluster_tags" {
|
||||
description = "A map of additional tags to add to the cluster"
|
||||
type = map(string)
|
||||
|
||||
Reference in New Issue
Block a user