Skip to content

Commit 605604d

Browse files
authored
Merge pull request #13 from NHSDigital/mm-odin-266-fix-get-account-alias
odin-266: GetAccountAlias is a supportapp permission .. not iam
2 parents 14b126f + aaccc26 commit 605604d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ data "aws_iam_policy_document" "this" {
3838
"storagegateway:ListGateways",
3939
"storagegateway:ListTagsForResource",
4040
"iam:ListAccountAliases",
41-
"iam:GetAccountAlias",
41+
"supportapp:GetAccountAlias",
4242
"sts:GetCallerIdentity"
4343
]
4444
resources = [

0 commit comments

Comments
 (0)