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

     1  ID: mtahtml5
     2  _schema-version: '2.1'
     3  version: 0.0.1
     4  
     5  modules:
     6   - name: ui5app
     7    parameters:
     8        disk-quota: 256M
     9        memory: 256M
    10     requires:
    11      - name: uaa_mtahtml5
    12      - name: dest_mtahtml5
    13  
    14   - name: ui5app2
    15     type: html5
    16     path: ui5app2
    17     parameters:
    18        disk-quota: 256M
    19        memory: 256M
    20     requires:
    21     - name: uaa_mtahtml5
    22     - name: dest_mtahtml5
    23  
    24  resources:
    25   - name: uaa_mtahtml5
    26     parameters:
    27        path: ./xs-security.json
    28        service-plan: application
    29     type: some.uaa
    30  
    31   - name: dest_mtahtml5
    32     parameters:
    33        service-plan: lite
    34        service: destination
    35     type: org.cloudfoundry.managed-service
    36