cloud-mta-build-tool
cloud-mta-build-tool copied to clipboard
Provide Placeholder values for service parameters in the mta descriptor file
Hello, Is there a way to configure different parameters of the referenced services in mta? For example if you need a service something like this:
resources:
- name: dis-xsuaa type: org.cloudfoundry.managed-service parameters: service: xsuaa service-plan: broker Could we specify some of the parameters via external configuration or placeholders? For example: resources:
- name: dis-xsuaa type: org.cloudfoundry.managed-service parameters: service: xsuaa service-plan: ${custom_plan}
Thank you.