We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55dfc45 + 1c5a30d commit 93d06a7Copy full SHA for 93d06a7
data.tf
@@ -1,7 +1,7 @@
1
data "aws_iam_policy_document" "this" {
2
3
statement {
4
- sid = "AllowBasicVisiiblityWithoutMfa"
+ sid = "AllowBasicVisibilityWithoutMfa"
5
effect = "Allow"
6
actions = [
7
"iam:ListUsers",
@@ -154,7 +154,7 @@ data "aws_iam_policy_document" "this" {
154
}
155
156
157
- sid = "AllowBasicVisiiblityWhenLoggedInWithMFA"
+ sid = "AllowBasicVisibilityWhenLoggedInWithMFA"
158
159
160
"iam:ListUserTags",
0 commit comments