Skip to content

Commit

Permalink
fix (aws/user): add tags attribute (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
parisk authored Oct 24, 2024
2 parents 9cb3b4a + 717edaa commit 103ed46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/user/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
resource "aws_iam_user" "main" {
name = var.name
tags = var.tags
}

resource "aws_iam_user_policy_attachment" "main" {
Expand Down

0 comments on commit 103ed46

Please sign in to comment.