Support restricted home directory for aws_transfer_user #13794
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/transfer
Issues and PRs that pertain to the transfer service.
Community Note
Description
AWS Transfer Family has an option to restrict a user to their home directory.
Looking at the AWS CLI and Go SDK docs, there is a
home directory type
parameter which can be set toPATH
orLOGICAL
. I believe the provider currently usesPATH
whereas the Restricted check box usesLOGICAL
and uses thehome directory mapping
parameter to restrict the access.Here is the output from the AWS CLI:
Support for the restricted check box using the terraform AWS provider.
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: