aboutsummaryrefslogtreecommitdiffstats
path: root/examples/source_include_subkey_result.yaml
blob: 641e81486330d3a6b260d582553e2aa78b52a623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: examples/source_include_subkey.yaml
HeatTemplateFormatVersion: '2012-12-12'
Parameters:
  Foo:
    Type: String
Resources:
  GenericB:
    Metadata:
      my_meta:
        Ref: ImportantValue
    Properties:
      image:
        Ref: Foo
    Type: OS::Nova::Server