Upgrade Vulnerable Direct Dependencies [snakeyaml]
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / org / openecomp / validation / validators / guideLineValidator / heatPortNetworkNamingConvention / positive / first.yaml
1 heat_template_version: 2013-05-23
2
3 description: heat expose volume resource
4
5 resources:
6   port_resource_0:
7     type: OS::Neutron::Port
8     properties:
9      network_id: { get_param: Internal1_net_id }
10
11 outputs:
12   expose_resource_port_output_0:
13     description: the pcrf_server
14     value: { get_resource: port_resource_0 }
15   expose_resource_port_output_1:
16       description: the pcrf_server
17       value: { get_resource: port_resource_1 }
18   expose_resource_port_output_2:
19       description: the pcrf_server
20       value: { get_resource: port_resource_2 }
21
22