-
-
Notifications
You must be signed in to change notification settings - Fork 746
feat: Add support for EFS File System Config #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add support for EFS File System Config #46
Conversation
|
@niranjan94 , can you test it on aws 3.0 or 3.1? |
|
@cageyv good point. I'll test it out and post my updates here. |
|
@niranjan94 Thanks for this PR! I have just added support for AWS provider v3 to this module and released v1.18.0, so if you have time, please finish this PR by adding a new example into |
|
@antonbabenko thanks for your review. Have updated the PR with the requested changes. |
|
Thanks, @niranjan94 ! v1.19.0 has been just released. I have updated examples and added a note that Terraform 0.13 is recommended for EFS example to work. |
|
@antonbabenko thanks a lot for quick merge + release 🎉 |
|
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. |
Description
Resolves #44
Motivation and Context
To support the new
file_system_configwhich allows Lambdas to have EFS file systems mounted.Breaking Changes
No breaking changes.
How Has This Been Tested?
Tested on a project that requires file_system_config.
Tested Plan & Apply. Works as expected.