Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Releases: hyprnz/terraform-aws-msk-module

CloudWatch Broker logging Support

28 Apr 23:52
Compare
Choose a tag to compare

Implements broker logging configuration to Cloudwatch.

Allows Tagging of Resources

24 Apr 04:11
Compare
Choose a tag to compare

Provides an array of tags that can be passed to resources. Allows to set tagging by

  • tags - set tags on all resources including submodules
  • vpc_tags - set tags on the vpc sub module resources only
  • msk_cluster_tags - set tags for msk cluster resources only
  • monitoring_tags - set tags for all dashboard and metric resources

The client-instance sub module takes its own tag parameter as this is not created from within the MSK module

Module support for Terraform 0.12.6

24 Apr 00:43
Compare
Choose a tag to compare

The module has been refactored and upgraded to support Terraform 0.12.6 and above.