efs
Aplyca/efs/aws
Terraform Module
HCL
AWS
A Terraform Module for how to create EFS on AWS
Install
module "efs" {
source = "Aplyca/efs/aws"
version = "0.2.0"
}
plain text: /constructs/tfmod-aplyca-efs-aws/install.txt
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)
| Name | Type | Description | Default |
|---|---|---|---|
| vpc_id | string | VPC Id where the EFS resources will be deployed. | required |
| subnets | list | A list of subnets to associate with. | [] |
| tags | map | A mapping of tags to assign to the resource. | {} |
| efs_transition_to_ia | string | ( Optional ) Set transition_to_ia to indicates how long it takes to transition f | "" |
| name | string | Name prefix for all EFS resources. | "App" |
| access_sg_ids | list | A list of security groups Ids to grant access. | [] |
Outputs (1)
efs_dnsResources (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
Similar packages
caf-enterprise-scale
Azure landing zones Terraform module
★ 952terraform
caf
Terraform supermodule for the Terraform platform engineering for Azure
★ 581terraform
lz-vending
Terraform module to deploy landing zone subscriptions (and much more) in Azure
★ 210terraform
label
Terraform Module to define a consistent naming convention by (namespace, stage,
★ 702terraform