Skip to content

Commit

Permalink
fix (aws/user): iam user tagging (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
parisk authored Oct 24, 2024
2 parents 72b571a + 5efcda7 commit 9cb3b4a
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 9cb3b4a

Please sign in to comment.