aws∕efs - dicomgrid/pt-modules GitHub Wiki

Usage

To use this module in your Terraform, refer to the below module example:

module "aws_efs" {
  source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"

  # See inputs below for additional required parameters
}

Attributes

Requirements

Name Version
terraform >= 1.0.9
aws >= 3.36.0

Providers

Name Version
aws >= 3.36.0

Modules

No modules.

Resources

Name Type
aws_efs_backup_policy.main resource
aws_efs_file_system.main resource

Inputs

Name Description Type Default Required
environment n/a any n/a yes
name n/a any n/a yes
application n/a string "" no
aws_project_id n/a any null no
backup n/a string "ENABLED" no
backups n/a any null no
billing n/a string "" no
codemanaged n/a string "true" no
compliance n/a string "null" no
encrypted n/a bool true no
kms_key_id n/a any null no
map_migrated n/a any null no
onetime n/a any null no
owner n/a string "platform" no
performance_mode maxIO or generalPurpose string "generalPurpose" no
product n/a string "ambra" no
provisioned_throughput_in_mibps n/a any null no
throughput_mode bursting or provisioned string "bursting" no
transition_to_ia AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS any null no

Outputs

Name Description
dns n/a
id n/a

Changelog