Skip to content

Commit

Permalink
Ignore storage_capacity updates (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelhar authored Sep 10, 2024
1 parent 9632c7c commit 30000e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/infra/submodules/storage/netapp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ resource "aws_fsx_ontap_file_system" "eks" {

lifecycle {
create_before_destroy = true
ignore_changes = [throughput_capacity]
ignore_changes = [storage_capacity]
}

tags = {
Expand Down

0 comments on commit 30000e4

Please sign in to comment.