push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / openecomp / org / validation / validators / ecompGuideLineValidator / baseHeatDoesNotExposeNetwork / negative / first.yaml
1 heat_template_version: 2013-05-23
2
3 description: heat expose volume resource
4
5 resources:
6   SecurityGroup_expose:
7     type: OS::Neutron::Net
8
9 outputs:
10   not_expose_resource_network_output:
11     description: the pcrf_server
12     value: { get_param: ServerGroup_expose }
13
14