terraform-provider-cloudfoundry
terraform-provider-cloudfoundry copied to clipboard
route service binding resource: migrate to ccv3
This does not compile as the version of the Cloudfoundry Go client we use in the provider does not support route service bindings in ccv3.
Pull Request opened on community cli to support the new v3 resource: https://github.com/cloudfoundry-community/cloudfoundry-cli/pull/10
I added service route binding to here: https://github.com/cloudfoundry-community/terraform-provider-cloudfoundry/pull/577
It uses the go-cfclient, so we don't have to update the cf-cli fork anymore
Replaced by #579