Sha256: 8d55f14ad7d5ffa39defeaf02805697586e8eff84a5a4e32b5e75b6796f4fc5d

Contents?: true

Size: 342 Bytes

Versions: 67

Compression:

Stored size: 342 Bytes

Contents

#See the getting started guide for a description of this file and what it does.
#to run this file make sure you are following the project layout in the getting started guide
Dir.glob('./../../templates/**.rb') do |file|
  require_relative file
end

require 'convection'

region 'us-east-1'
name 'convection-demo'

stack 'vpc', Templates::VPC

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
convection-2.3.1 example/getting-started-guide/Cloudfile
convection-2.3.0 example/getting-started-guide/Cloudfile
convection-2.2.29 example/getting-started-guide/Cloudfile
convection-2.2.28.pre.beta.2 example/getting-started-guide/Cloudfile
convection-2.2.28.pre.beta.1 example/getting-started-guide/Cloudfile
convection-2.2.27 example/getting-started-guide/Cloudfile
convection-2.2.26 example/getting-started-guide/Cloudfile
convection-2.2.25 example/getting-started-guide/Cloudfile
convection-2.2.24 example/getting-started-guide/Cloudfile
convection-2.2.23 example/getting-started-guide/Cloudfile
convection-2.2.22 example/getting-started-guide/Cloudfile
convection-2.2.21 example/getting-started-guide/Cloudfile
convection-2.2.20 example/getting-started-guide/Cloudfile
convection-2.2.19 example/getting-started-guide/Cloudfile
convection-2.2.18 example/getting-started-guide/Cloudfile
convection-2.2.17 example/getting-started-guide/Cloudfile
convection-2.2.16 example/getting-started-guide/Cloudfile
convection-2.2.15 example/getting-started-guide/Cloudfile
convection-2.2.14 example/getting-started-guide/Cloudfile
convection-2.2.13 example/getting-started-guide/Cloudfile