page_title | subcategory | description |
---|---|---|
cloudfoundry_orgs Data Source - terraform-provider-cloudfoundry |
Retrieve all organizations the user has access to. |
Retrieve all organizations the user has access to.
data "cloudfoundry_orgs" "orgs" {
}
output "orgs" {
value = data.cloudfoundry_orgs.orgs
}
name
(String) The name of the organization to look up
orgs
(Attributes List) The organizations available (see below for nested schema)
Read-Only:
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.labels
(Map of String) The labels associated with Cloud Foundry resources.name
(String) name of the organizationquota
(String) The ID of quota to be applied to this Org. Default quota is assigned to the org by default.suspended
(Boolean) Whether an organization is suspended or notupdated_at
(String) The date and time when the resource was updated in RFC3339 format.