push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-core / src / test / resources / heatTreeValidationOutput / hot-nimbus-psm_volume.yaml
1
2 heat_template_version:  2013-05-23
3
4 parameters:
5    not_null:
6      type: number
7      label: not_number
8
9
10 resources:
11  volume_not_expose:
12    type: OS::Cinder::Volume
13    properties:
14      not_null: {get_param: not_null}
15      
16
17 outputs:
18   not_expose_resource_network_output:
19     description: the pcrf_server
20     value: { get_resource: volume_expose }
21