Skip to content

Commit 601e007

Browse files
authored
feat: ignore volume size drift since MSK auto-scaling could be switched on (#62)
1 parent 32ed455 commit 601e007

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aws/config/msk.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ resource "aws_msk_cluster" "msk_cluster" {
143143
}
144144
}
145145
}
146+
147+
lifecycle {
148+
ignore_changes = [broker_node_group_info[0].storage_info[0].ebs_storage_info[0].volume_size]
149+
}
146150
}
147151

148152
output "radar_base_msk_bootstrap_brokers" {

0 commit comments

Comments
 (0)