Skip to content

Commit

Permalink
fix (aws/user): iam user tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
parisk committed Oct 24, 2024
1 parent 72b571a commit 5efcda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/user/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ variable "groups" {


variable "tags" {
type = object
type = map(string)
description = "Tags of the user to create"
default = {}
}

0 comments on commit 5efcda7

Please sign in to comment.