github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/artifacts/testdata/mta_with_ext/golden1.yaml (about)

     1  ID: mtahtml5
_schema-version: '2.1'
version: 0.0.1

modules:
 - name: ui5app
   type: html5
   path: ui5app
   parameters:
      disk-quota: 256M
      memory: 256M
   properties:
     my_prop: 1
   requires:
    - name: uaa_mtahtml5
    - name: dest_mtahtml5
   build-parameters:
      builder: zip
      ignore: ["ui5app/"]

 - name: ui5app2
   type: html5
   path: ui5app2
   parameters:
      disk-quota: 256M
      memory: 512M
   requires:
   - name: uaa_mtahtml5
   - name: dest_mtahtml5

resources:
 - name: uaa_mtahtml5
   parameters:
      path: ./xs-security.json
      service-plan: application
   type: com.company.xs.uaa

 - name: dest_mtahtml5
   parameters:
      service-plan: lite
      service: destination
   type: org.cloudfoundry.managed-service