1.5 KiB
1.5 KiB
| page_title | subcategory | description |
|---|---|---|
| stackit_scf_organization Data Source - stackit | STACKIT Cloud Foundry organization datasource schema. Must have a region specified in the provider configuration. |
stackit_scf_organization (Data Source)
STACKIT Cloud Foundry organization datasource schema. Must have a region specified in the provider configuration.
Example Usage
data "stackit_scf_organization" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
org_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Schema
Required
org_id(String) The ID of the Cloud Foundry Organizationproject_id(String) The ID of the project associated with the organization
Optional
region(String) The resource region. If not defined, the provider region is used
Read-Only
created_at(String) The time when the organization was createdid(String) Terraform's internal resource ID, structured as "project_id,region,org_id".name(String) The name of the organizationplatform_id(String) The ID of the platform associated with the organizationquota_id(String) The ID of the quota associated with the organizationstatus(String) The status of the organization (e.g., deleting, delete_failed)suspended(Boolean) A boolean indicating whether the organization is suspendedupdated_at(String) The time when the organization was last updated