Provides a Cloud Foundry resource for managing Cloud Foundry spaces within organizations.
cloudfoundry/cloudfoundry | cloudfoundry-community/cloudfoundry |
---|---|
resource "cloudfoundry_space" "space" { |
resource "cloudfoundry_space" "space" { |
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_space_quota . |
asgs | 🔴 | 🟢 | Security groups not present in space resource as part of V3 API Spec. One can however set it with running_spaces attribute from resource cloudfoundry_security_group . |
staging_asgs | 🔴 | 🟢 | Staging Security groups not present in space resource as part of V3 API Spec. One can however set it with staging_spaces attribute from resource cloudfoundry_security_group . |
delete_recursive_allowed | 🔴 | 🟢 | V3 API by default follows recursive deletion. |