Skip to content

Instantly share code, notes, and snippets.

View chadmccathie's full-sized avatar

Chad McCathie chadmccathie

  • Cascade
  • Sydney
View GitHub Profile
CloudFormation do
Description("Ingogo Production Environment - Security Groups")
AWSTemplateFormatVersion("2010-09-09")
Parameter("VpcId") do
Type("String")
Default("vpc-a2ee78c7")
end
Parameter("environment") do