https://github.com/wearetechnative/terraform-aws-efs
Module for Elastic filesystems on AWS (EFS)
https://github.com/wearetechnative/terraform-aws-efs
Last synced: 5 months ago
JSON representation
Module for Elastic filesystems on AWS (EFS)
- Host: GitHub
- URL: https://github.com/wearetechnative/terraform-aws-efs
- Owner: wearetechnative
- License: apache-2.0
- Created: 2024-10-21T12:10:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T13:51:42.000Z (over 1 year ago)
- Last Synced: 2025-03-04T14:34:38.453Z (over 1 year ago)
- Language: HCL
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-aws-efs
[](https://www.technative.nl)
## Requirements
No requirements.
## Providers
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | n/a |
## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [aws_efs_file_system.efs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/efs_file_system) | resource |
| [aws_efs_file_system_policy.policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/efs_file_system_policy) | resource |
| [aws_efs_mount_target.efs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/efs_mount_target) | resource |
| [aws_security_group.efs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group) | resource |
| [aws_iam_policy_document.efs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |
| [aws_subnet.efs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/subnet) | data source |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [efs\_performance\_mode](#input\_efs\_performance\_mode) | The file system performance mode. Can be either "generalPurpose" or "maxIO" | `string` | n/a | yes |
| [kms\_key\_id](#input\_kms\_key\_id) | The ARN of the KMS encryption key. | `string` | n/a | yes |
| [name](#input\_name) | name of the environment (resource will get this name in the console) | `string` | n/a | yes |
| [protection](#input\_protection) | Indicates whether replication overwrite protection is enabled. Valid values: ENABLED or DISABLE | `string` | n/a | yes |
| [subnet\_id](#input\_subnet\_id) | The ID of the subnet to add the mount target in. | `string` | n/a | yes |
| [token](#input\_token) | A unique name used as reference when creating the Elastic File System to ensure idempotent file system creation. | `string` | `null` | no |
## Outputs
| Name | Description |
|------|-------------|
| [efs\_arn](#output\_efs\_arn) | n/a |
| [efs\_dns\_name](#output\_efs\_dns\_name) | n/a |
| [efs\_id](#output\_efs\_id) | n/a |