Skip to content

Commit

Permalink
fix cluster resize
Browse files Browse the repository at this point in the history
  • Loading branch information
stroobl committed Feb 23, 2024
1 parent 1b0169e commit f86e27a
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 f86e27a

Please sign in to comment.