Skip to content

Commit

Permalink
fix: remove performance_mode from efs_archive example
Browse files Browse the repository at this point in the history
incompatible with "elastic" throughput mode
  • Loading branch information
glavk committed Jan 19, 2024
1 parent 624fd3c commit 6518160
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ module "efs_archive" {
encrypted = true
kms_key_arn = module.kms.key_arn

performance_mode = "maxIO"
throughput_mode = "elastic"
throughput_mode = "elastic"

lifecycle_policy = {
transition_to_archive = "AFTER_60_DAYS"
Expand Down

0 comments on commit 6518160

Please sign in to comment.