diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 6787a9b..5cbeadd 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -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"