Skip to content

Commit 8cb746e

Browse files
authored
eksctl needs permissions to update termination policy
1 parent 4bfe74c commit 8cb746e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lab/iam/policies/base.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Statement:
1717
cloudformation:RoleARN: "true"
1818
- Effect: Allow
1919
Action:
20+
- cloudformation:UpdateTerminationProtection
2021
- cloudformation:DeleteStack
2122
Resource:
2223
- !Sub arn:aws:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/eksctl-${Env}*

0 commit comments

Comments
 (0)