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
Provides a Cloud Foundry resource to manage space quota definitions.
5
+
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.
6
6
---
7
7
8
8
# cloudfoundry_space_quota (Resource)
9
9
10
-
Provides a Cloud Foundry resource to manage space quota definitions.
10
+
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.
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