feat: Allow to specify the managed cluster IAM role name (#1199)

This commit is contained in:
Xavier Fernandez
2021-04-20 10:26:39 +02:00
committed by GitHub
parent f8bdea11ab
commit 81bc7a2dd1
3 changed files with 4 additions and 3 deletions

View File

@@ -290,7 +290,7 @@ variable "manage_cluster_iam_resources" {
}
variable "cluster_iam_role_name" {
description = "IAM role name for the cluster. Only applicable if manage_cluster_iam_resources is set to false. Set this to reuse an existing IAM role."
description = "IAM role name for the cluster. If manage_cluster_iam_resources is set to false, set this to reuse an existing IAM role. If manage_cluster_iam_resources is set to true, set this to force the created role name."
type = string
default = ""
}