confluent_group_mapping Data Source

General Availability

confluent_group_mapping describes a Group Mapping 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_group_mapping" "example_using_id" {
  id = "group-abc123"
}

output "example_using_id" {
  value = data.confluent_group_mapping.example_using_id
}

data "confluent_group_mapping" "example_using_name" {
  display_name = "Default"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: