github.com/SAP/cloud-mta-build-tool@v1.2.27/integration/testdata/mtahtml5/mta.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: ui5app
     9     parameters:
    10        disk-quota: 256M
    11        memory: 256M
    12     requires:
    13      - name: uaa_mtahtml5
    14      - name: dest_mtahtml5
    15  
    16  
    17   - name: ui5app2
    18     type: html5
    19     path: ui5app2
    20     parameters:
    21        disk-quota: 256M
    22        memory: 256M
    23     requires:
    24     - name: uaa_mtahtml5
    25     - name: dest_mtahtml5
    26  
    27  resources:
    28   - name: uaa_mtahtml5
    29     parameters:
    30        path: ./xs-security.json
    31        service-plan: application
    32     type: com.company.xs.uaa
    33  
    34   - name: dest_mtahtml5
    35     parameters:
    36        service-plan: lite
    37        service: destination
    38     type: org.cloudfoundry.managed-service
    39