terraform-aws-efs icon indicating copy to clipboard operation
terraform-aws-efs copied to clipboard

Terraform Module to define an EFS Filesystem (aka NFS)

Results 15 terraform-aws-efs issues
Sort by recently updated
recently updated
newest added

## what This is an auto-generated PR that updates the README.md and docs ## why To have most recent changes of README.md and doc from origin templates

auto-update
readme
no-release

## what * [x] return sort with correct logic ## why * keep groups sorted ## references * previous pr https://github.com/cloudposse/terraform-aws-efs/pull/105

patch

Have a question? Please check out our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature Adding missing EFS Terraform resources: - - ## Goals -...

Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Bug IPv6 VPC range is not allowed in allowed_cidrs ## Expected Behavior It should take IPv6...

bug

## Config Migration Needed - [ ] Select this checkbox to let Renovate create an automated Config Migration PR. This issue lists Renovate updates and detected dependencies. Read the [Dependency...

## what - Install a repository config (`.github/settings.yaml`) ## why - Programmatically manage GitHub repo settings

auto-update
no-release
do not merge
migration

## what This is an auto-generated PR that updates the README.md and docs ## why To have most recent changes of README.md and doc from origin templates

auto-update
readme
no-release

## what - Reran `make readme` to rebuild `README.md` from `README.yaml` - Migrate to square badges - Add scaffolding for Settings, Renovate, Dependabot, and Mergify ## why - Upstream template...

auto-update
no-release
do not merge
migration

### Describe the Feature AWS recently added a [new storage class to EFS called Archive](https://aws.amazon.com/blogs/aws/optimize-your-storage-costs-for-rarely-accessed-files-with-amazon-efs-archive/) AWS Terraform provider will soon have a release that adds support to it (see [PR](https://github.com/hashicorp/terraform-provider-aws/pull/35096))...

### Describe the Feature ## TL;DR Add a new flag to make allow-all-egress optional ## Detail This is really simple: EFS doesn't _do_ egress (logically) so the "allow egress to...