/terraform-aws-transfer-server

A Terraform module to provision AWS Transfer Server (a.k.a AWS Transfer Family)

Primary LanguageHCLApache License 2.0Apache-2.0

terraform-aws-transfer-server

Lint Status LICENSE

SFTP Diagram

image

Requirements

Name Version
terraform >= 0.13.0

Providers

Name Version
archive n/a
aws n/a
null n/a

Inputs

Name Description Type Default Required
address_allocation_ids List of Elastic IPs Allocation IDs to attach to VPC Endpoint. list(string) n/a yes
aws_route53_id Route53 Hosted Zone ID string n/a yes
creds_store dynamo for dynamodb/ secrets for secret manager string "secrets" no
custom_domain custom DNS name for SFTP transfer server endpoint string n/a yes
dynamo_table_name n/a string "my-sftp-authentication-table" no
endpoint_type PUBLIC or VPC string "PUBLIC" no
ip_allowlist List of IPs to allow on WAF and IAM Policies any n/a yes
name name of SFTP Server any n/a yes
password Password for test user string n/a yes
public_key SSH Public Key for test user string n/a yes
public_subnet_ids List of public subnet IDs for VPC Endpoint. list(string) n/a yes
vpc_id VPC ID to deploy the SFTP cluster. any n/a yes
wafv2_enable n/a bool false no

Outputs

Name Description
endpoint n/a
invoke_url n/a
rest_api_id n/a
rest_api_stage_name n/a

Authors

Module managed by DNX Solutions.

License

Apache 2 Licensed. See LICENSE for full details.