-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to manage bindings #477
Comments
Hi @mogul, If I understand correctly, you could potentially simplify the process by using a data block to read the ID of the service instance and binding it to the application. This might make things easier for you. In the case of managed app, and unmanaged service:
In the case of unmanaged app and managed service instance. Clarification:
|
Yes, it's exactly that latter case I'm trying to resolve right now. And I prefer your resource name ( |
I´m looking for the |
Currently we can specify an application -> service binding when creating an app, but there is no explicit application binding resource; it's implicit.
However this means Terraform has no ability to manage bindings between apps and service instances if either one is managed outside of Terraform (or via another Terraform run).
I propose the creation of a new resource
cloud_foundry_app_binding
which does exactly the same thing as runningbind-service
, including the ability to specify bind-time parameters.The text was updated successfully, but these errors were encountered: