efs

Aplyca/efs/aws

Terraform Module HCL AWS ⏱ stale 6y 6mo

A Terraform Module for how to create EFS on AWS

Install

module "efs" {
source = "Aplyca/efs/aws"
version = "0.2.0"
}
⭐ Source on GitHub 📦 Registry page

README

Terraform AWS EFS module ======================== Create a EFS file system and mount targets Example ------- `` module "efs" { source = "Aplyca/efs/aws" name = "EFS file system" vpc_id = "vpc-ssfe2j4h" subnets = ["subnet-d03nf8n6"] } ``

Inputs (6)

NameTypeDescriptionDefault
vpc_idstringVPC Id where the EFS resources will be deployed. required
subnetslistA list of subnets to associate with.[]
tagsmapA mapping of tags to assign to the resource.{}
efs_transition_to_iastring( Optional ) Set transition_to_ia to indicates how long it takes to transition f""
namestringName prefix for all EFS resources."App"
access_sg_idslistA list of security groups Ids to grant access.[]

Outputs (1)

efs_dns

Resources (3)

aws_efs_file_systemaws_efs_mount_targetaws_security_group

Details

FrameworkTerraform Module
LanguageHCL
Version0.2.0
Cloud AWS
★ Stars0
Forks2
Total downloads6.8k
Inputs6
Outputs1
Resources3
LicenseMIT
NamespaceAplyca
Updated