aboutsummaryrefslogtreecommitdiffstats
path: root/examples/source_include_subkey_result_hot.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/source_include_subkey_result_hot.yaml')
-rw-r--r--examples/source_include_subkey_result_hot.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/source_include_subkey_result_hot.yaml b/examples/source_include_subkey_result_hot.yaml
new file mode 100644
index 00000000..f8853c23
--- /dev/null
+++ b/examples/source_include_subkey_result_hot.yaml
@@ -0,0 +1,14 @@
+description: examples/source_include_subkey_hot.yaml
+heat_template_version: '2013-05-23'
+parameters:
+ Foo:
+ type: string
+resources:
+ GenericB:
+ metadata:
+ my_meta:
+ get_param: ImportantValue
+ properties:
+ image:
+ get_param: Foo
+ type: OS::Nova::Server