aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_all_parameters_used_in_template/fail/fail.yaml
blob: 6064c91d24c125e2b06cf83a911d886693b31af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
heat_template_version: 2015-04-30

description: fdsafsfsa

parameters:

  test_paramassd:
    type: string

resources:

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