-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
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
Reactions are currently unavailable