You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform module to manage AWS transfer service user
Directory mappings are not fully supported currently
Usage
Basic usage of this module is as follows:
module"example" {
source="notablehealth/<module-name>/aws"# Recommend pinning every module to a specific version# version = "x.x.x"# Required variablesaws_transfer_server_id=s3_bucket_name=sftp_user=
}