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 / missingparam / first.yaml
1 heat_template_version: 2013-05-23
2
3 description: heat expose volume resource
4
5 resources:
6   port_resource_2:
7     type: OS::Neutron::Port
8     properties:
9       # required to be 'not a map' to trigger error NNP2
10      network_id: Internal1_net_fqdn
11
12
13 outputs:
14   expose_resource_port_output_0:
15     description: the pcrf_server
16     value: { get_resource: port_resource_0 }
17   expose_resource_port_output_1:
18       description: the pcrf_server
19       value: { get_resource: port_resource_1 }
20   expose_resource_port_output_2:
21       description: the pcrf_server
22       value: { get_resource: port_resource_2 }
23
24