Skip to content

Commit

Permalink
Merge pull request #1 from blake-education/feat-lifecycle-ignore
Browse files Browse the repository at this point in the history
Add lifecycle Provisioned Throughput
  • Loading branch information
danielnperry committed Mar 28, 2024
2 parents 6e76787 + 523f963 commit 34116bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Expand Up @@ -162,6 +162,7 @@ resource "aws_msk_cluster" "this" {
lifecycle {
ignore_changes = [
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 # https://github.com/hashicorp/terraform-provider-aws/issues/24914#issuecomment-1640761547
]
}

Expand Down

0 comments on commit 34116bf

Please sign in to comment.