Skip to content

Instantly share code, notes, and snippets.

@AHaydar

AHaydar/block1. Secret

Last active March 12, 2021 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AHaydar/007e9d065171883c74224ed55bce6f13 to your computer and use it in GitHub Desktop.
Save AHaydar/007e9d065171883c74224ed55bce6f13 to your computer and use it in GitHub Desktop.
Resources:
VPC:
Type: AWS::EC2::VPC
Properties:
CidrBlock: 192.168.0.0/16
EnableDnsSupport: true
EnableDnsHostnames: true
Tags:
- Key: Name
Value: awesome-vpc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment