Sha256: fb1f61741a2bc8613ba8fb8c4df6dfbd5947664ceced4f3e6c2db30d91cfeb9a

Contents?: true

Size: 293 Bytes

Versions: 66

Compression:

Stored size: 293 Bytes

Contents

Heat do
  Description 'Test'

  Parameter('One') do
    String
    Default 'Test'
    MaxLength 15
  end

  Parameter('Two') do
    String
    Default 'Test'
    MaxLength 15
  end

  Output(:One, FnBase64(Ref('One')))

  Server('MyInstance') do
    flavor 'asdfa'
    image 'asdad'
  end
end

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
cfndsl-0.11.1 spec/fixtures/heattest.rb
cfndsl-0.11.0 spec/fixtures/heattest.rb
cfndsl-0.10.2 spec/fixtures/heattest.rb
cfndsl-0.10.1 spec/fixtures/heattest.rb
cfndsl-0.10.0 spec/fixtures/heattest.rb
cfndsl-0.9.2 spec/fixtures/heattest.rb
cfndsl-0.9.1 spec/fixtures/heattest.rb
cfndsl-0.9.0 spec/fixtures/heattest.rb
cfndsl-0.8.9 spec/fixtures/heattest.rb
cfndsl-0.8.8 spec/fixtures/heattest.rb
cfndsl-0.8.7 spec/fixtures/heattest.rb
cfndsl-0.8.6 spec/fixtures/heattest.rb
cfndsl-0.8.5 spec/fixtures/heattest.rb
cfndsl-0.8.4 spec/fixtures/heattest.rb
cfndsl-0.8.3 spec/fixtures/heattest.rb
cfndsl-0.8.2 spec/fixtures/heattest.rb
cfndsl-0.8.1 spec/fixtures/heattest.rb
cfndsl-0.7.0 spec/fixtures/heattest.rb
cfndsl-0.6.2 spec/fixtures/heattest.rb
cfndsl-0.6.1 spec/fixtures/heattest.rb