Skip to content

Commit

Permalink
fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
y-miyazaki committed Nov 10, 2022
1 parent d8d4790 commit 4b5b957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/recipes/iam/user_group/variables.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variable "user" {
type = list(any)
description = "(Optional) Provides an IAM User."
default = {}
default = []
}
variable "group" {
type = any
Expand Down

0 comments on commit 4b5b957

Please sign in to comment.