aboutsummaryrefslogtreecommitdiffstats
path: root/examples/lib.yaml
blob: e527d83f3c583f83e77627719fc2a8d488c19f08 (plain)
1
2
3
4
5
6
7
8
9
10
11
Parameters:
  ImportantValue:
  Default: a_default
  Type: String
Resources:
  GenericB:
    Type: OS::Nova::Server
    Properties:
      image: {Ref: BImage}
    Metadata:
      my_meta: {Ref: ImportantValue}