ionoscloud_kafka_cluster_topic
Reads IonosCloud Kafka Cluster objects.
Example Usage
By ID
data "ionoscloud_kafka_cluster_topic" "example" {
id = "your_kafka_cluster_topic_id"
cluster_id = "your_kafka_cluster_id"
location = "your_kafka_cluster_location"
}By Name
data "ionoscloud_kafka_cluster_topic" "example" {
name = "kafka-cluster-topic"
cluster_id = "your_kafka_cluster_id"
location = "location_of_kafka_cluster"
}Argument Reference
Attributes Reference
Last updated
