Skip to content

DNXLabs/terraform-aws-transfer-family

Repository files navigation

terraform-aws-template

Lint Status LICENSE

Requirements

Name Version
terraform >= 0.13.0

Providers

Name Version
aws n/a
tls n/a

Inputs

Name Description Type Default Required
account_name The account or environment name string n/a yes
address_allocation_ids List of Elastic IPs Allocation IDs to attach to VPC Endpoint. list(string) n/a yes
aws_account_id AWS Account ID string n/a yes
aws_role IAM Role string n/a yes
domain_host The name of the Route 53 record string n/a yes
domain_zone Hosted Zone name of the desired Hosted Zone string n/a yes
endpoint_type PUBLIC or VPC string "PUBLIC" no
ip_allowlist List of IPs to allow on WAF and IAM Policies any n/a yes
public_subnet_ids List of public subnet IDs for VPC Endpoint. list(any) [] no
s3_bucket_name The bucket name string n/a yes
s3_bucket_versioning Enable bucket versioning bool n/a yes
security_policy_name Specifies the name of the security policy that is attached to the server. Possible values are TransferSecurityPolicy-2018-11, TransferSecurityPolicy-2020-06, and TransferSecurityPolicy-FIPS-2020-06. Default value is: TransferSecurityPolicy-2018-11. string "TransferSecurityPolicy-2018-11" no
server_name Specifies the name of the SFTP server string n/a yes
sftp_users List of SFTP usernames list(any) [] no
vpc_id VPC ID to deploy the SFTP cluster. any n/a yes

Outputs

Name Description
endpoint n/a

Authors

Module managed by DNX Solutions.

License

Apache 2 Licensed. See LICENSE for full details.

About

Terraform module to deploy AWS Transfer Family as a FTP server.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages