aboutsummaryrefslogtreecommitdiffstats
path: root/examples/source_include_subkey_hot.yaml
blob: 8970db443dd4c2a996f93620729dd4a4eab84378 (plain)
1
2
3
4
5
6
7
8
9
10
11
heat_template_version: 2014-10-16
parameters:
  Foo:
    type: string
resources:
  __include__:
    path: examples/lib_hot.yaml
    subkey: resources
    params:
      BImage:
        get_param: Foo