[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / att-sdc-validation-impl / src / test / resources / com / att / sdc / validation / impl / validators / att_heat_validator / att_valet_group_type / negative / second.yaml
1 heat_template_version: 2013-05-23
2
3 description: heat second
4
5 resources:
6   network_expose:
7     type: OS::Neutron::Net
8
9 outputs:
10   expose_resource_network_output:
11     description: the pcrf_server
12     value: { get_resource: network_expose }
13
14