Open
Description
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 running bind-service
, including the ability to specify bind-time parameters.