Skip to content

Commit

Permalink
fix: remove EFS lifecycle rule (#5587)
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy committed Apr 5, 2024
1 parent 826353b commit eb66fc6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions iac/mainnet-fork/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ resource "aws_efs_file_system" "aztec_mainnet_fork_data_store" {
lifecycle_policy {
transition_to_ia = "AFTER_30_DAYS"
}

lifecycle {
create_before_destroy = true
}
}

resource "aws_efs_mount_target" "aztec_fork_private_az1" {
Expand Down

0 comments on commit eb66fc6

Please sign in to comment.