page_title | subcategory | description |
---|---|---|
cloudfoundry_spaces Data Source - terraform-provider-cloudfoundry |
Lists all spaces under an organization. |
Lists all spaces under an organization.
data "cloudfoundry_spaces" "spaces" {
org = "784b4cd0-4771-4e4d-9052-a07e178bae56f"
}
output "spaces" {
value = data.cloudfoundry_spaces.spaces
}
org
(String) The GUID of the organization under which the spaces exist
name
(String) The name of the space to look up
spaces
(Attributes List) The spaces present under the organization (see below for nested schema)
Read-Only:
allow_ssh
(Boolean) Allows SSH to application containers via the CF CLI.annotations
(Map of String) The annotations associated with Cloud Foundry resources.created_at
(String) The date and time when the resource was created in RFC3339 format.id
(String) The GUID of the object.isolation_segment
(String) The ID of the isolation segment assigned to the space.labels
(Map of String) The labels associated with Cloud Foundry resources.name
(String) name of the spaceorg
(String) The GUID of the organization the space is contained inquota
(String) The space quota applied to the spaceupdated_at
(String) The date and time when the resource was updated in RFC3339 format.