aboutsummaryrefslogtreecommitdiffstats
path: root/examples/source_include_subkey_result_hot.yaml
blob: ec3bfb6f03ad50ad5d3840091525a54726ae259f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
description: examples/source_include_subkey_hot.yaml
heat_template_version: '2014-10-16'
parameters:
  Foo:
    type: string
resources:
  GenericB:
    metadata:
      my_meta:
        get_param: ImportantValue
    properties:
      image:
        get_param: Foo
    type: OS::Nova::Server