Skip to content

Instantly share code, notes, and snippets.

@AndrewBestbier
Created March 4, 2020 18:16
Show Gist options
  • Save AndrewBestbier/55d9193678107a2495216396d3ecb36f to your computer and use it in GitHub Desktop.
Save AndrewBestbier/55d9193678107a2495216396d3ecb36f to your computer and use it in GitHub Desktop.
AWSTemplateFormatVersion: 2010-09-09 # (1)
Resources: # (2)
VPC: # (3)
Type: AWS::EC2::VPC # (4)
Properties:
CidrBlock: 10.0.0.0/16 # (5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment