mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
fix: iam_role_user_name_prefix type as an bool (#2000)
This commit is contained in:
@@ -556,7 +556,7 @@ variable "iam_role_name" {
|
||||
|
||||
variable "iam_role_use_name_prefix" {
|
||||
description = "Determines whether cluster IAM role name (`iam_role_name`) is used as a prefix"
|
||||
type = string
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user