0.5.2 (2023-09-17)
- Use new format for required providers
- Add client_authentication_unauthenticated_enabled to simple example
- Use square brackets for item access
- Resolve recreation of provisioned volume throughput
- Add new output for cluster_name
v0.5.1 (2023-05-20)
- Add outputs for bootstrap brokers if SASL access is used
v0.5.0 (2022-07-25)
- Update examples code
- New resources for client_authentication: unauthenticated, iam, scram, tls
- Add ebs provisioned throughput and use new storage_info argument.
- Require aws provider >= 4.16
v0.4.2 (2021-10-03)
- Allow tls zookeper traffic
- Rename zookeper security group rule to zookeeper-plain
v0.4.1 (2021-09-26)
- Support in-place kafka version upgrades (thanks @bradonkanyid)
v0.4.0 (2021-07-04)
- Correct usage of random_id keepers
- Support in-place instance_type updates
- Update examples kafka versions
- Require terraform >= 0.15 for new provider versions
v0.3.5 (2021-03-07)
- Support PER_TOPIC_PER_PARTITION value for enhanced_monitoring (thanks @victorcmoura)
v0.3.4 (2020-11-11)
- Update README example code
v0.3.3 (2020-09-12)
- Use create_before_destroy on aws_msk_configuration to avoid update errors
v0.3.2 (2020-05-03)
- Add complete msk cluster example
- Add simple msk cluster example
v0.3.1 (2020-04-26)
- Fix logs options usage example
- Conditionaly open jmx and node exporter ports on security group
- Use empty strings instead of null in optional variables
v0.3.0 (2020-04-23)
- Add support for logging_info, s3, cloudwatch and firehose
- Configure minimum required versions
v0.2.0 (2020-04-21)
- Add enhanced_monitoring options
- Add tags map to msk cluster resource
- Add readme file
- Add descriptions on variables and outputs
- Initial module commit