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.
1 parent 55dfc45 commit 433042fCopy full SHA for 433042f
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",
0 commit comments