diff --git a/modules/aws/recipes/iam/user_group/variables.tf b/modules/aws/recipes/iam/user_group/variables.tf index 3315361..789a3eb 100644 --- a/modules/aws/recipes/iam/user_group/variables.tf +++ b/modules/aws/recipes/iam/user_group/variables.tf @@ -1,7 +1,7 @@ variable "user" { type = list(any) description = "(Optional) Provides an IAM User." - default = {} + default = [] } variable "group" { type = any