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 5fb4c54 commit 3c3cf71Copy full SHA for 3c3cf71
modules/onboarding/main.tf
@@ -65,6 +65,7 @@ resource "aws_iam_role_policy" "onboarding_role_policy" {
65
Action = [
66
"account:Get*",
67
"account:List*",
68
+ "iam:ListAccountAliases",
69
]
70
Effect = "Allow"
71
Resource = "*"
modules/onboarding/organizational.tf
@@ -47,6 +47,7 @@ Resources:
47
Action:
48
- "account:Get*"
49
- "account:List*"
50
+ - "iam:ListAccountAliases"
51
Resource: "*"
52
ManagedPolicyArns:
53
- "${local.arn_prefix}:iam::aws:policy/AWSOrganizationsReadOnlyAccess"
0 commit comments