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.12.10 spec/fixtures/heattest.rb
cfndsl-0.12.9 spec/fixtures/heattest.rb
cfndsl-0.12.8 spec/fixtures/heattest.rb
cfndsl-0.12.7 spec/fixtures/heattest.rb
cfndsl-0.12.6 spec/fixtures/heattest.rb
cfndsl-0.12.5 spec/fixtures/heattest.rb
cfndsl-0.12.4 spec/fixtures/heattest.rb
cfndsl-0.12.3 spec/fixtures/heattest.rb
cfndsl-0.12.2 spec/fixtures/heattest.rb
cfndsl-0.12.1 spec/fixtures/heattest.rb
cfndsl-0.12.0 spec/fixtures/heattest.rb
cfndsl-0.11.12 spec/fixtures/heattest.rb
cfndsl-0.11.11 spec/fixtures/heattest.rb
cfndsl-0.11.10 spec/fixtures/heattest.rb
cfndsl-0.11.9 spec/fixtures/heattest.rb
cfndsl-0.11.8 spec/fixtures/heattest.rb
cfndsl-0.11.6 spec/fixtures/heattest.rb
cfndsl-0.11.5 spec/fixtures/heattest.rb
cfndsl-0.11.4 spec/fixtures/heattest.rb
cfndsl-0.11.3 spec/fixtures/heattest.rb