diff --git a/main.tf b/main.tf index f81c110..67a1a4f 100644 --- a/main.tf +++ b/main.tf @@ -165,6 +165,8 @@ resource "aws_msk_cluster" "this" { lifecycle { ignore_changes = [ broker_node_group_info[0].storage_info[0].ebs_storage_info[0].volume_size, + # https://github.com/hashicorp/terraform-provider-aws/issues/24914 + client_authentication[0].tls, ] }