Skip to content

Commit

Permalink
fix error in example
Browse files Browse the repository at this point in the history
  • Loading branch information
mipmip committed Oct 31, 2023
1 parent 33aefe7 commit 2bc28c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with_extra_iam_user_additions/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data "aws_iam_policy_document" "kms_iam_user_permissions" {
principals {
type = "AWS"
identifiers = [
"arn:aws:iam::999999999999:user/root"
"arn:aws:iam::999999999999:root"
"arn:aws:iam::999999999999:user/sarah"
]
}
Expand Down

0 comments on commit 2bc28c1

Please sign in to comment.