[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / heat / nested / nested2levels / inputs / nested.yml
index b202fef..ce299b2 100644 (file)
@@ -57,9 +57,14 @@ resources:
       networks:
       - port: { get_resource: cmaui_port_1 }
       - port: { get_resource: cmaui_port_2 }
+      metadata: { get_attr: [test_nested2 , availability_zone_0] }
 
   test_nested2:
     type: nested2level.yml
     properties:
       shared_security_group_id1: { get_param: shared_security_group_id1}
-      p2: { get_param: p2}
\ No newline at end of file
+      p2: { get_param: p2}
+
+outputs:
+    output_attr_1:
+      value: {get_attr: [test_nested2 , availability_zone_0] }
\ No newline at end of file