Skip to content

Instantly share code, notes, and snippets.

@joninsky
Created August 25, 2019 22:52
Show Gist options
  • Save joninsky/ab21e9b96041c46536e95eeff7e054dc to your computer and use it in GitHub Desktop.
Save joninsky/ab21e9b96041c46536e95eeff7e054dc to your computer and use it in GitHub Desktop.
ENV tag example Cloudformation
RouteTableAPublic:
Type: 'AWS::EC2::RouteTable'
Properties:
VpcId: !Ref VPC
Tags:
- Key: Name
Value: !Sub 'Route Table public A - ${ENV}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment