confluentinc / terraform-provider-confluent

Terraform Provider for Confluent
Apache License 2.0
31 stars 64 forks source link

Support `keepers` for rotating `confluent_api_key` #498

Open brunodomenici opened 9 hours ago

brunodomenici commented 9 hours ago

Hello,

Could you evaluate the implementation of keepers in confluent_api_key resource? The goal is to facilitate key rotation using Terraform. Like implemented in GCP provider: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_service_account_key#example-usage-creating-and-regularly-rotating-a-key

Thank you

brunodomenici commented 9 hours ago

I'm happy to send a PR for this, BTW