1
0
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:
Ken Kaizu
2022-04-09 21:26:44 +09:00
committed by GitHub
parent 19b52d24fc
commit c576aadce9
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -450,7 +450,7 @@ variable "iam_role_name" {
variable "iam_role_use_name_prefix" {
description = "Determines whether the IAM role name (`iam_role_name`) is used as a prefix"
type = string
type = bool
default = true
}