What area do you want to see improved?
terraform provider
Is your feature request related to a problem? Please describe.
Cloud Foundry recently added support for Cloud Native Buildpacks (CNBs). You configure an app to use a CNB by specifying lifecycle: cnb on the application manifest and referencing a CNB in the buildpacks field.
The provider does not yet support the lifecycle field.
Describe the solution you would like
I propose adding support for the lifecycle field so users can deploy apps with CNBs using the provider.
Describe alternatives you have considered
No response
Additional context
No response
What area do you want to see improved?
terraform provider
Is your feature request related to a problem? Please describe.
Cloud Foundry recently added support for Cloud Native Buildpacks (CNBs). You configure an app to use a CNB by specifying
lifecycle: cnbon the application manifest and referencing a CNB in thebuildpacksfield.The provider does not yet support the
lifecyclefield.Describe the solution you would like
I propose adding support for the
lifecyclefield so users can deploy apps with CNBs using the provider.Describe alternatives you have considered
No response
Additional context
No response