mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 18:31:09 +01:00
feat: Allow to specify the managed cluster IAM role name (#1199)
This commit is contained in:
@@ -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 = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user