Skip to content

Commit

Permalink
Allow stack delete in Spire CD
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Nov 5, 2024
1 parent ea046b0 commit 64afb22
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spire/cd/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,6 @@ Resources:
- !Sub arn:aws:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/${AWS::StackName}-root-production/*
- !Sub arn:aws:cloudformation:${AWS::Region}:${AWS::AccountId}:changeSet/*
- !Sub arn:aws:cloudformation:${AWS::Region}:aws:transform/Serverless-2016-10-31
- Action: cloudformation:DeleteStack
Effect: Deny
Resource: "*"
Version: "2012-10-17"
PolicyName: StackManipulationPolicy
# Need to CRUD all resources included in root and nested stacks
Expand Down

0 comments on commit 64afb22

Please sign in to comment.