Skip to content

Instantly share code, notes, and snippets.

View TheDanBlanco's full-sized avatar
🏠
Working from home

Dan Blanco TheDanBlanco

🏠
Working from home
View GitHub Profile
@TheDanBlanco
TheDanBlanco / deletion-policy.yaml
Last active October 6, 2023 20:43
Deletion Policy condition example
Parameters:
Environment:
Type: String
Default: dev
Description: Environment name, e.g. dev, test, prod
Conditions:
IsProd: !Equals [!Ref Environment, "prod"]
Resources: