angelabad / terraform-aws-msk-cluster

Terraform module which creates Msk Kafka Cluster on AWS
https://registry.terraform.io/modules/angelabad/msk-cluster/
Apache License 2.0
30 stars 34 forks source link

Make provisioned_throughput block optional #27

Closed angelabad closed 1 year ago

angelabad commented 1 year ago

We run into the issue where module is constantly reporting this change provisioned_throughput { enabled = false } in terraform state since we did not specify provisioned_volume_throughput variable.

If variable is not specified, provisioned_throughput block should not be initialized.