diff --git a/main.tf b/main.tf index 311112c..617eddd 100644 --- a/main.tf +++ b/main.tf @@ -217,8 +217,7 @@ resource "aws_msk_cluster" "default" { lifecycle { ignore_changes = [ - # Ignore changes to ebs_volume_size in favor of autoscaling policy - broker_node_group_info[0].storage_info[0].ebs_storage_info[0].volume_size, + broker_node_group_info[0].storage_info[0].ebs_storage_info[0].provisioned_throughput ] }