You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed space quota deletion logic:
-Terraform-managed space assignments are now removed before deleting the quota.
-Deletion fails if non-Terraform-managed space assignments still exist.
Skipped non-Terraform managed space assignments during deletion to avoid unintended changes.
Refactored repeated code in the resource_security_group_space_bindings.go .
MarkdownDescription: "Provides a Cloud Foundry resource to manage space quota definitions.",
41
+
MarkdownDescription: "Provides a Cloud Foundry resource to manage space quota definitions. Only spaces assigned via Terraform are managed. On deletion, Terraform removes these assignments before deleting the quota. Non-Terraform managed assignments are not removed, which may cause deletion to fail.",
42
42
Attributes: map[string]schema.Attribute{
43
43
"name": schema.StringAttribute{
44
44
MarkdownDescription: "The name you use to identify the quota or plan in Cloud Foundry",
0 commit comments