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

View File

@@ -283,7 +283,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
}