Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.36 KB

File metadata and controls

46 lines (33 loc) · 1.36 KB
page_title subcategory description
cloudfoundry_orgs Data Source - terraform-provider-cloudfoundry
Retrieve all organizations the user has access to.

cloudfoundry_orgs (Data Source)

Retrieve all organizations the user has access to.

Example Usage

data "cloudfoundry_orgs" "orgs" {
}

output "orgs" {
  value = data.cloudfoundry_orgs.orgs
}

Schema

Optional

  • name (String) The name of the organization to look up

Read-Only

Nested Schema for orgs

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 organization
  • quota (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 not
  • updated_at (String) The date and time when the resource was updated in RFC3339 format.