terraform-aws-efs

AWS Elastic File System related resources.

Requirements

No requirements.

Providers

Name Version
aws n/a

Modules

No modules.

Resources

Name Type
aws_efs_file_system.this resource
aws_efs_mount_target.this resource

Inputs

Name Description Type Default Required
append_workspace Appends the terraform workspace at the end of resource names, - bool true no
encrypted If true, the disk will be encrypted bool true no
identifier A name for all resources string n/a yes
kms_key_id The ARN for the KMS encryption key. When specifying kms_key_id, encrypted needs to be set to true string null no
performance_mode The file system performance mode string "generalPurpose" no
provisioned_throughput_in_mibps The throughput, measured in MiB/s, that you want to provision for the file system. Only applicable with throughput_mode set to provisioned string null no
security_groups List of security groups to assign to all the EFS mount points list(string) [] no
subnet_ids List of subnets ids to deploy EFS mount points in list(string) [] no
tags Tags to be applied to the resource map(any) {} no
throughput_mode Throughput mode for the file system string "bursting" no

Outputs

Name Description
output n/a

Contributing

If you want to contribute to this repository check all the guidelines specified here before submitting a new PR.

Authors

Module managed by nClouds.