j3-signalroom / iac-confluent-resources-tf

This Terraform configuration leverages the IaC Confluent API Key Rotation Terraform module to create and rotate the API Keys. It then uses AWS Secrets Manager to store the current active API Key for the Schema Registry Cluster and Kafka Cluster. Plus add parameters to the AWS System Manager Parameter Store.
https://linkedin.com/in/jeffreyjonathanjennings
MIT License
0 stars 0 forks source link

Refactor the depreacted Terraform Confluent Provider functionality pre 2.1. #45

Closed j3-signalroom closed 2 months ago

j3-signalroom commented 2 months ago
image
j3-signalroom commented 2 months ago

https://github.com/confluentinc/terraform-provider-confluent/issues/373

j3-signalroom commented 2 months ago

https://registry.terraform.io/providers/confluentinc/confluent/latest/docs/guides/version-2-upgrade

j3-signalroom commented 2 months ago

Image

j3-signalroom commented 2 months ago

Image

j3-signalroom commented 2 months ago

https://github.com/confluentinc/terraform-provider-confluent/issues/387

j3-signalroom commented 2 months ago

I FIGURED OUT WHAT THE PROBLEM WAS! 😁. During the process of refactoring the deprecated code, I didn't initially add the

stream_governance {
    package = "ESSENTIALS"
  }

block in the creation of the "confluent_environment" "env" resource.