Sha256: a979c6558f5fd9206b0c1d9ced3c67046db0a93d5a46f5b50a37eb421a5bd283

Contents?: true

Size: 229 Bytes

Versions: 67

Compression:

Stored size: 229 Bytes

Contents

# templates/vpc.rb
require 'convection'

module Templates
  VPC = Convection.template do
    description 'EC2 VPC Test Template'

    ec2_vpc 'TargetVPC' do
      network '10.10.10.0/23'

      with_output 'id'
    end
  end
end

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
convection-2.3.1 example/stacks/templates/vpc.rb
convection-2.3.0 example/stacks/templates/vpc.rb
convection-2.2.29 example/stacks/templates/vpc.rb
convection-2.2.28.pre.beta.2 example/stacks/templates/vpc.rb
convection-2.2.28.pre.beta.1 example/stacks/templates/vpc.rb
convection-2.2.27 example/stacks/templates/vpc.rb
convection-2.2.26 example/stacks/templates/vpc.rb
convection-2.2.25 example/stacks/templates/vpc.rb
convection-2.2.24 example/stacks/templates/vpc.rb
convection-2.2.23 example/stacks/templates/vpc.rb
convection-2.2.22 example/stacks/templates/vpc.rb
convection-2.2.21 example/stacks/templates/vpc.rb
convection-2.2.20 example/stacks/templates/vpc.rb
convection-2.2.19 example/stacks/templates/vpc.rb
convection-2.2.18 example/stacks/templates/vpc.rb
convection-2.2.17 example/stacks/templates/vpc.rb
convection-2.2.16 example/stacks/templates/vpc.rb
convection-2.2.15 example/stacks/templates/vpc.rb
convection-2.2.14 example/stacks/templates/vpc.rb
convection-2.2.13 example/stacks/templates/vpc.rb