cloudfoundry-community / terraform-provider-cloudfoundry

Terraform Cloud Foundry Provider
https://registry.terraform.io/providers/cloudfoundry-community/cloudfoundry/latest
Mozilla Public License 2.0
75 stars 87 forks source link

Add support for instance sharing #538

Open datevfink opened 1 year ago

datevfink commented 1 year ago

There are services that allow instance sharing. This way an instance can be used by two spaces at the same time. This is especially useful for Messaging Queues.

I found no configuration support in the current cloudfoundry_service_instance resource and would be glad if this changed in future

see: https://docs.cloudfoundry.org/devguide/services/sharing-instances.html

LitschiW commented 11 months ago

see also https://github.com/cloudfoundry-community/terraform-provider-cloudfoundry/issues/481