[VVP] updating validation scripts in dublin
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_all_parameters_used_in_template / pass / pass.yaml
1 heat_template_version: 2015-04-30
2
3 description: fdsafsfsa
4
5 parameters:
6
7   test_param:
8     type: string
9
10   availability_zone_1:
11     type: string
12     description: najsf
13
14 resources:
15
16   test_resource:
17     type: test::resource
18     properties:
19       test_param: { get_param: test_param }