confluentinc / terraform-provider-confluentcloud

Confluent Cloud Terraform Provider is deprecated in favor of Confluent Terraform Provider
https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs
52 stars 23 forks source link

No ability to automate creation of cluster api-keys #74

Closed jon-butterworth closed 2 years ago

jon-butterworth commented 2 years ago

There doesn't seem to be a way to create the api-keys required for topic creation in an automated fashion? The guide suggests the need for creating the cluster using TF, then manually creating the api-keys on the created cluster, and then adding the keys to TF for another run of TF to create the topics.

This doesn't seem very efficient, and no really in-line with TF's use case.

Am I missing something?

linouk23 commented 2 years ago

@jon-butterworth please use 0.7.0 version where we introduce confluent_api_key resource.