aboutsummaryrefslogtreecommitdiffstats
path: root/examples/lib.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lib.yaml')
-rw-r--r--examples/lib.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/lib.yaml b/examples/lib.yaml
new file mode 100644
index 00000000..e527d83f
--- /dev/null
+++ b/examples/lib.yaml
@@ -0,0 +1,11 @@
+Parameters:
+ ImportantValue:
+ Default: a_default
+ Type: String
+Resources:
+ GenericB:
+ Type: OS::Nova::Server
+ Properties:
+ image: {Ref: BImage}
+ Metadata:
+ my_meta: {Ref: ImportantValue}