Releases: terraform-aws-modules/terraform-aws-msk-kafka-cluster
Releases · terraform-aws-modules/terraform-aws-msk-kafka-cluster
v2.2.0
v2.1.0
v2.0.0
2.0.0 (2023-06-29)
⚠ BREAKING CHANGES
- Terraform AWS provider minimum supported version raised to
v5.0
- Terraform minimum supported version raised to
v1.0
broker_node_ebs_volume_size
has been removed since theebs_volume_size
argument was removed inv5.0
of the AWS provider. Instead, storage settings should be configured using thebroker_node_storage_info
variable.client_authentication_*
variables have been removed and replaced withclient_authentication
which supports the various authentication methods and configurations
See the UPGRADE-2.0.md
guide for further details
Features
v1.2.0
1.2.0 (2022-01-07)
Features
- Add support for
aws_mskconnect_custom_plugin
andaws_mskconnect_worker_configuration
resources - Update Terraform AWS provider version to
v3.71.0
to support new resources added - Add new example project
examples/connect
for testing/demonstrating use of new resources - Add outputs for AppAutoscaling policy and CloudWatch log group
(8928159)