Skip to content

Instantly share code, notes, and snippets.

@AHaydar

AHaydar/block3. Secret

Created March 11, 2021 22:35
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/dcc7bd6f6bcd8a3840d809adb728a10e to your computer and use it in GitHub Desktop.
Save AHaydar/dcc7bd6f6bcd8a3840d809adb728a10e to your computer and use it in GitHub Desktop.
VpcInternetGatewayAttachment:
Type: 'AWS::EC2::VPCGatewayAttachment'
Properties:
VpcId: !Ref VPC
InternetGatewayId: !Ref InternetGateway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment