[VVP] Resources not allowed in 2nd level templates
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_nesting_level / pass / level1.yaml
index 1ca1659..0213649 100644 (file)
@@ -47,12 +47,8 @@ parameters:
         type: number
 
 resources:
-    server_0:
-        type: level3.yaml
-        properties:
-            name: {get_param: server_name_0}
     my_resource_group_1:
-        type: OS::Nova::Server
+        type: OS::Heat::ResourceGroup
         properties:
             count: 5
             resource_def: { type: level2.yaml }