An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# terraform-aws-efs
[![](we-are-technative.png)](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 |