Skip to content

Commit f4d5847

Browse files
committed
fix: Allow changeset to be created by IDE_ROLE
1 parent b0b1f51 commit f4d5847

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

lab/iam/policies/base.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,9 @@ Statement:
1010
- Effect: Allow
1111
Action:
1212
- cloudformation:CreateStack
13-
Resource:
14-
- !Sub arn:aws:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/eksctl-${Env}*
15-
Condition:
16-
"Null":
17-
cloudformation:RoleARN: "true"
18-
- Effect: Allow
19-
Action:
13+
- cloudformation:CreateChangeSet
2014
- cloudformation:UpdateTerminationProtection
2115
- cloudformation:DeleteStack
22-
- cloudformation:UpdateTerminationProtection
2316
Resource:
2417
- !Sub arn:aws:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/eksctl-${Env}*
2518
Condition:

0 commit comments

Comments
 (0)