summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/org/openecomp/validation/validators/attGuideLineValidator/baseHeatExposeResourceUsingGetResource/positive/MANIFEST.json
blob: 31d26cce5a66762f926d300fac9dc40b0a116283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "name": "virc", 
    "description": "", 
    "data": [
        {
            "file": "base_virc.yaml", 
            "type": "HEAT", 
            "isBase": "true", 
            "data": [
                {
                    "file": "base_virc.env", 
                    "type": "HEAT_ENV"
                }
            ]
        }, 
        {
            "file": "nested_virc.yaml", 
            "type": "HEAT", 
            "isBase": "false"
        }, 
        {
            "file": "user_data.sh", 
            "type": "SHELL"
        }
    ]
}