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