[VVP] Resources not allowed in 2nd level templates
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_nesting_level / fail / level0.yaml
 ---
 resources:
     server_0:
-        type: 17528_1.yaml
+        type: level1.yaml
         properties:
             name: { get_param: server_name_0 }
     my_resource_group_1:
         type: OS::Heat::ResourceGroup
         properties:
             count: 5
+            resource_def: { type: level2.yaml }