Sha256: a25de10f1487322ea74451458b2a1f9a0c81c8fb2b2b40153ef3300cfc9c6a2e

Contents?: true

Size: 286 Bytes

Versions: 24

Compression:

Stored size: 286 Bytes

Contents

Heat {
  Description "Test"

  Parameter("One") {
    String
    Default "Test"
    MaxLength 15
  }

  Parameter('Two') {
    String
    Default 'Test'
    MaxLength 15
  }

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

  Server("MyInstance") {
    flavor "asdfa"
    image "asdad"    
  }

}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
cfndsl-0.4.4 spec/fixtures/heattest.rb
cfndsl-0.4.3 spec/fixtures/heattest.rb
cfndsl-0.4.2 spec/fixtures/heattest.rb
cfndsl-0.4.1 spec/fixtures/heattest.rb
cfndsl-0.4.0 spec/fixtures/heattest.rb
cfndsl-0.3.6 spec/fixtures/heattest.rb
cfndsl-0.3.5 spec/fixtures/heattest.rb
cfndsl-0.3.4 spec/fixtures/heattest.rb
cfndsl-0.3.3 spec/fixtures/heattest.rb
cfndsl-0.3.2 spec/fixtures/heattest.rb
cfndsl-0.3.1 spec/fixtures/heattest.rb
cfndsl-0.2.9 spec/fixtures/heattest.rb
cfndsl-0.2.8 spec/fixtures/heattest.rb
cfndsl-0.3.0 spec/fixtures/heattest.rb
cfndsl-0.2.7 spec/fixtures/heattest.rb
cfndsl-0.2.4 spec/fixtures/heattest.rb
cfndsl-0.2.3 spec/fixtures/heattest.rb
cfndsl-0.2.2 spec/fixtures/heattest.rb
cfndsl-0.2.1 spec/fixtures/heattest.rb
cfndsl-0.2.0 spec/fixtures/heattest.rb