aboutsummaryrefslogtreecommitdiffstats
path: root/examples/source_include_subkey.yaml
blob: 37591d80e0646b2f48f7f5a9008fd8097b65af4c (plain)
1
2
3
4
5
6
7
8
9
10
11
HeatTemplateFormatVersion: '2012-12-12'
Parameters:
  Foo:
    Type: String
Resources:
  __include__:
    path: examples/lib.yaml
    subkey: Resources
    params:
      BImage:
        Ref: Foo