github.com/vtorhonen/terraform@v0.9.0-beta2.0.20170307220345-5d894e4ffda7/builtin/providers/aws/test-fixtures/cloudformation-template.yaml (about)

     1  Parameters:
     2    VpcCIDR:
     3      Description: CIDR to be used for the VPC
     4      Type: String
     5  
     6  Resources:
     7    MyVPC:
     8      Type: AWS::EC2::VPC
     9      Properties:
    10        CidrBlock: !Ref VpcCIDR
    11        Tags:
    12          -
    13            Key: Name
    14            Value: Primary_CF_VPC