confluent_organization Data Source

General Availability

confluent_organization describes an Organization data source.

Example Usage

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
}

Argument Reference

There are no supported arguments.

Attributes Reference

The following attributes are exported: