Skip to content

Commit

Permalink
iam user attr ref fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthome committed Oct 16, 2024
1 parent 4b69626 commit 855d75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-incubator/home-unite-us/dev/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@ resource "aws_iam_access_key" "homeuniteus_app" {

# Attaching a policy to the role
resource "aws_iam_user_policy_attachment" "homeuniteus_app" {
user = aws_iam_user.homeuniteus_app.user_name
user = aws_iam_user.homeuniteus_app.name
policy_arn = "arn:aws:iam::aws:policy/AmazonCognitoPowerUser"
}

0 comments on commit 855d75c

Please sign in to comment.