github cloudposse/terraform-aws-msk-apache-kafka-cluster 2.3.0
v2.3.0

latest releases: 2.4.0, v2, 2.3.1...
10 months ago
Fix `client_authentication` block. Update module versions @aknysh (#92)

what

  • Fix client_authentication block
  • Update module versions

why

  • The client_authentication block was wrong for a few reasons:

    • unauthenticated was only set if any of client_tls_auth_enabled, client_sasl_scram_enabled or client_sasl_iam_enabled was set, which is wrong
    • Having sasl block as dynamic caused MSK to recreate the cluster if any of the authentication method changed (see #91)
  • Keep up to date

references

related

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

NewReleases is sending notifications on new releases.