Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 965 Bytes

File metadata and controls

19 lines (13 loc) · 965 Bytes

cloudfoundry_org (Resource)

Provides a Cloud Foundry resource for managing Cloud Foundry organizations

cloudfoundry/cloudfoundry cloudfoundry-community/cloudfoundry
resource "cloudfoundry_org" "org" {
name = "tf-test"
suspended = false
}
resource "cloudfoundry_org" "org" {
name = "tf-test"
quota = cloudfoundry_quota.runaway.id
}

Differences

Note

🔵 Required 🟢 Optional 🟠 Computed 🔴 Not present

Attribute name Cloud Foundry Provider Community Cloud Foundry Provider (old) Description
quota 🟠 🟢 One cannot set quota as it is a read-only attribute in the current provider. For setting quota use resource cloudfoundry_org_quota.
suspended 🟢 🔴 -
delete_recursive_allowed 🔴 🟢 V3 API by default follows recursive deletion.