Skip to content
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

Issue: Unable to destroy cloudfoundry_service_plan_access resource with public visibility #573

Open
saadiakadiri opened this issue Sep 24, 2024 · 0 comments

Comments

@saadiakadiri
Copy link

Hello,

A problem has been identified with the cloudfoundry-community/terraform-provider-cloudfoundry .

When using a cloudfoundry_service_plan_access resource to make a service plan public via the public field, deleting the resource does not revert the plan back to private.

Example:

resource "cloudfoundry_service_plan_access" "my-broker-my-offer-my-plan" {
  plan   = cloudfoundry_service_broker.my-broker.service_plans["my-offer/my-plan"]
  public = true
}

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant