Created
March 4, 2020 18:16
-
-
Save AndrewBestbier/55d9193678107a2495216396d3ecb36f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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