Skip to content

Instantly share code, notes, and snippets.

@joninsky
Created August 25, 2019 22:55
Show Gist options
  • Save joninsky/55733dea3a7feea03302bb503ac51ba0 to your computer and use it in GitHub Desktop.
Save joninsky/55733dea3a7feea03302bb503ac51ba0 to your computer and use it in GitHub Desktop.
ENV Naming example Cloudformation
RDSSecurityGroup:
Type: 'AWS::EC2::SecurityGroup'
Properties:
GroupName: !If ['IsProduction', 'api_rds', !Sub 'api_rds_${ENV}']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment