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