github cloudposse/terraform-aws-msk-apache-kafka-cluster 0.8.0
v0.8.0

latest releases: 2.4.0, v2, 2.3.1...
2 years ago

🚀 Enhancements

Feat: Use Security Group Module; Restrict MSK Ingress Based on Enabled Protocols @korenyoni (#44)

what

why

  • The new Security Group standards include an input var.associated_security_group_ids which allows additional security groups to be associated with the MSK brokers, removing the need for var.broker_node_security_groups, hence why #41 is superseded by this PR.
  • The Security Groups needs to be restricted based on which protocols are enabled.
  • Abstract unnecessary SG-related logic (especially present when dynamically enabling or disabling various protocols for both SG-based and CIDR-based SG rules) via SG module.

references

Don't miss a new terraform-aws-msk-apache-kafka-cluster release

NewReleases is sending notifications on new releases.