We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b1f51 commit f4d5847Copy full SHA for f4d5847
1 file changed
lab/iam/policies/base.yaml
@@ -10,16 +10,9 @@ Statement:
10
- Effect: Allow
11
Action:
12
- 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:
+ - cloudformation:CreateChangeSet
20
- cloudformation:UpdateTerminationProtection
21
- cloudformation:DeleteStack
22
- - cloudformation:UpdateTerminationProtection
23
Resource:
24
- !Sub arn:aws:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/eksctl-${Env}*
25
Condition:
0 commit comments