Skip to content

datasource_org

ArthurHlt edited this page Dec 11, 2019 · 2 revisions

cloudfoundry_org

Gets information on a Cloud Foundry organization.

Example Usage

The following example looks up an organization named 'myorg'.

data "cloudfoundry_org" "o" {
    name = "myorg"    
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the organization to look up

Attributes Reference

The following attributes are exported:

  • id - The GUID of the organization
  • labels - Map of labels as described here. Works only on cloud foundry with api >= v3.63.
  • annotations - Map of annotations as described here. Works only on cloud foundry with api >= v3.63.
Clone this wiki locally