Skip to content

Latest commit

 

History

History

README.md

AWS EFS Access Point Module

This module creates an EFS Access Point.

Requirements

Name Version
terraform ~> 1.3
aws >= 4.67.0, < 5.0.0
time ~> 0.9.1

Providers

Name Version
aws >= 4.67.0, < 5.0.0
time ~> 0.9.1

Modules

No modules.

Resources

Name Type
aws_efs_access_point.ap resource
time_static.last_update resource

Inputs

Name Description Type Default Required
customer Customer for the current deployment string "" no
efs_file_system_id The ID of the EFS file system string n/a yes
name Name to be used on all the resources as identifier string n/a yes
posix_user The POSIX user and group applied to the root directory of the file system
object({
gid = number
uid = number
})
null no
root_directory The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point
object({
creation_info = object({
owner_gid = number
owner_uid = number
permissions = string
})
path = string
})
{
"creation_info": {
"owner_gid": 0,
"owner_uid": 0,
"permissions": "755"
},
"path": "/"
}
no
tags Default tags to add to resources map(any) {} no

Outputs

Name Description
arn n/a
file_system_arn n/a
id n/a