Skip to content

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

Description

@saadiakadiri

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions