aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_all_parameters_used_in_template/pass/pass.yaml
blob: ee9311f957a493e8b236a76b67f7ffeb591d27cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
heat_template_version: 2015-04-30

description: fdsafsfsa

parameters:

  test_param:
    type: string

  availability_zone_1:
    type: string
    description: najsf

resources:

  test_resource:
    type: test::resource
    properties:
      test_param: { get_param: test_param }