github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/buildops/testdata/mtahtml5/mtaWithBuildParams.yaml (about) 1 ID: mtahtml5 2 _schema-version: '2.1' 3 version: 0.0.1 4 5 modules: 6 - name: ui5app 7 type: html5 8 path: testapp 9 parameters: 10 disk-quota: 256M 11 memory: 256M 12 requires: 13 - name: uaa_mtahtml5 14 - name: dest_mtahtml5 15 build-parameters: 16 requires: 17 - name: ui5app2 18 19 20 - name: ui5app2 21 type: html5 22 path: testapp2 23 parameters: 24 disk-quota: 256M 25 memory: 256M 26 requires: 27 - name: uaa_mtahtml5 28 - name: dest_mtahtml5 29 30 resources: 31 - name: uaa_mtahtml5 32 parameters: 33 path: ./xs-security.json 34 service-plan: application 35 type: com.company.xs.uaa 36 37 - name: dest_mtahtml5 38 parameters: 39 service-plan: lite 40 service: destination 41 type: org.cloudfoundry.managed-service 42