-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws_transfer_user: Support "restricted" home directory #11632
Comments
Have put the thumbs up reaction but please Terraform, can we get this added ASAP? |
|
Hi folks 👋 The functionality for this appears to have been covered by the merge of #13591 which will release with version 3.8.0 of the Terraform AWS Provider, later this week. Since the AWS Console and the API represent this particular functionality differently (a "Restricted" checkbox versus a |
This has been released in version 3.8.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
AWS Transfer for SFTP supports restricting a user's home directory:
"When a home directory is set to "Restricted", your users will not be able to access anything outside of that folder, nor will they be able to see the S3 bucket or folder name."
Screenshot attached.
I couldn't find a way to do this via the Terraform resource (only could restrict access via a policy), but would be helpful to have available for setting up new accounts.
New or Affected Resource(s)
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: