Skip to content

Commit

Permalink
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions policies/AWSControlTowerServiceRolePolicy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PolicyVersion": {
"CreateDate": "2023-04-12T19:15:51Z",
"VersionId": "v10",
"CreateDate": "2025-01-13T18:22:06Z",
"VersionId": "v11",
"Document": {
"Version": "2012-10-17",
"Statement": [
@@ -188,6 +188,16 @@
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"cloudformation:SetTypeConfiguration",
"cloudformation:DeactivateType",
"cloudformation:ActivateType"
],
"Resource": "arn:aws:cloudformation:*:*:type/hook/AWS-ControlTower*",
"Effect": "Allow",
"Sid": "AllowActionsForCloudFormationHooksIntegration"
}
]
},

0 comments on commit f17ece5

Please sign in to comment.