terraform-aws-modules / terraform-aws-efs

Terraform module to create AWS EFS resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/efs/aws
Apache License 2.0
24 stars 38 forks source link

feat: Added support for elastic throughput mode #13

Closed gp-davidhardy closed 1 year ago

gp-davidhardy commented 1 year ago

Description

Added support for Elastic throughput https://docs.aws.amazon.com/efs/latest/ug/performance.html#throughput-modes

Motivation and Context

Allows users to create Elastic File Systems using the currently AWS recommended default throughput mode.

How Has This Been Tested?

gp-davidhardy commented 1 year ago

The example currently uses a vpc module with arguements for classiclink, which is no longer supported in the updated AWS Provider (4.42.0)

antonbabenko commented 1 year ago

This PR is included in version 1.2.0 :tada:

github-actions[bot] commented 1 year ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.