Skip to content

datasource_org_quota

ArthurHlt edited this page Dec 11, 2019 · 2 revisions

cloudfoundry_org_quota

Gets information on a Cloud Foundry org quota.

Example Usage

The following example looks up a quota named 'myquota' identified by its name.

data "cloudfoundry_org_quota" "q" {
    name = "myquota"
}

Argument Reference

The following arguments are supported:

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

Attributes Reference

The following attributes are exported:

  • id - The GUID of the quota
Clone this wiki locally