Skip to content

Commit

Permalink
feat: added stack termination protection
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Siemon committed May 31, 2024
1 parent 45f89aa commit 4520e70
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ provider:
ENVIRONMENT: '${self:provider.stage}'
versionFunctions: false

plugins:
- serverless-stack-termination-protection

<<<:
- ${file(^/${opt:stack}.yml), service=${projectName}}
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ provider:
versionFunctions: false
<<<:
- ${file(^/${opt:stack}.yml), service=projectName}
plugins:
- serverless-stack-termination-protection
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ provider:
versionFunctions: false
<<<:
- ${file(^/${opt:stack}.yml), service=projectName}
plugins:
- serverless-stack-termination-protection
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ provider:
versionFunctions: false
<<<:
- ${file(^/${opt:stack}.yml), service=projectName}
plugins:
- serverless-stack-termination-protection

0 comments on commit 4520e70

Please sign in to comment.