Sha256: 5119f34d40298c517108340667a3a4a724cb1dc06f849f04feabef6af993fb4b

Contents?: true

Size: 300 Bytes

Versions: 72

Compression:

Stored size: 300 Bytes

Contents

{ "VPC" : {
    "Type" : "AWS::EC2::VPC",
    "Properties" : {
      "CidrBlock" : {"Fn::Join" : [ ".", [{"Ref" : "VPCPrefix"}, "0.0/16"] ]},
      "Tags" : [
        {"Key" : "Application", "Value" : { "Ref" : "AWS::StackName"} },
        {"Key" : "Network", "Value" : "Public" }
      ]
    }
  }
}

Version data entries

72 entries across 72 versions & 2 rubygems

Version Path
aws-cfn-compiler-0.2.3 example/resources/vpc.json
aws-cfn-decompiler-0.2.1 example/resources/vpc.json
aws-cfn-compiler-0.2.1 example/resources/vpc.json
aws-cfn-decompiler-0.0.3 example/resources/vpc.json
aws-cfn-decompiler-0.0.2 example/resources/vpc.json
aws-cfn-compiler-0.1.0 example/resources/vpc.json
aws-cfn-compiler-0.0.8 example/resources/vpc.json
aws-cfn-compiler-0.0.7 example/resources/vpc.json
aws-cfn-compiler-0.0.6 example/resources/vpc.json
aws-cfn-compiler-0.0.5 example/resources/vpc.json
aws-cfn-compiler-0.0.4 example/resources/vpc.json
aws-cfn-compiler-0.0.3 example/resources/vpc.json