confluent_organization
describes an Organization data source.
provider "confluent" {
cloud_api_key = var.confluent_cloud_api_key # optionally use CONFLUENT_CLOUD_API_KEY env var
cloud_api_secret = var.confluent_cloud_api_secret # optionally use CONFLUENT_CLOUD_API_SECRET env var
}
data "confluent_organization" "example" {}
output "example" {
value = data.confluent_organization.example
}
There are no supported arguments.
The following attributes are exported:
id
- (Required String) The ID of the Organization, for example, 1111aaaa-11aa-11aa-11aa-111111aaaaaa
.resource_name
- (Required String) The Confluent Resource Name of the Organization, for example, crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa
.