terraform-aws-sftp icon indicating copy to clipboard operation
terraform-aws-sftp copied to clipboard

Fix sftp users ssh resource, add custom domain tag and more improvments

Open ahmedasmar opened this issue 1 year ago • 1 comments

what

  • Fixed IAM policies and roles names to have user name because fixed names will prevent policy/role creation since it will be exist
  • Fixed users ssh resource to have for_each and point to the correct public key and user name
  • Add setting custom domain for SFTP server using transfer:customHostname tag
  • deprecate var.enable_sftp in favour of var.enabled

why

  • General improvements and cleaner usage

ahmedasmar avatar Feb 15 '24 09:02 ahmedasmar

I think I still need to update the examples and add details about how to use directory mapping for restricted home directory, it's not clear in the docs and i had to dig in the code for it

ahmedasmar avatar Feb 21 '24 09:02 ahmedasmar