Skip to content

Commit 93d06a7

Browse files
Merge pull request #6 from liamg/fix-typo
Fix typo in statement sid
2 parents 55dfc45 + 1c5a30d commit 93d06a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
data "aws_iam_policy_document" "this" {
22

33
statement {
4-
sid = "AllowBasicVisiiblityWithoutMfa"
4+
sid = "AllowBasicVisibilityWithoutMfa"
55
effect = "Allow"
66
actions = [
77
"iam:ListUsers",
@@ -154,7 +154,7 @@ data "aws_iam_policy_document" "this" {
154154
}
155155

156156
statement {
157-
sid = "AllowBasicVisiiblityWhenLoggedInWithMFA"
157+
sid = "AllowBasicVisibilityWhenLoggedInWithMFA"
158158
effect = "Allow"
159159
actions = [
160160
"iam:ListUserTags",

0 commit comments

Comments
 (0)