Sha256: 1fd3674fb1019ccb8f77ef726bc8ee2f22476c5525f4aae54dfb9231d2b2594a
Contents?: true
Size: 310 Bytes
Versions: 34
Compression:
Stored size: 310 Bytes
Contents
#!/usr/bin/env ruby require 'convection' s3_template = Convection.template do description 'Testing S3 bucket definition' s3_bucket 'TestBucket' do bucket_name 'convectiontestbucket' end end puts s3_template.to_json # puts Convection.stack('S3TestStack', s3_template, :region => 'us-west-1').apply
Version data entries
34 entries across 34 versions & 1 rubygems