Skip to content

Commit

Permalink
fix cluster resize (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
stroobl authored Mar 6, 2024
1 parent cb19d49 commit a885f49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
}

Expand Down

0 comments on commit a885f49

Please sign in to comment.