Skip to content

Commit

Permalink
updated the homedir for PATH users
Browse files Browse the repository at this point in the history
  • Loading branch information
zachreborn committed Dec 4, 2024
1 parent ce84cb2 commit c884d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/transfer_family/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ resource "aws_transfer_user" "this" {
# Disables the dynamic block of home_directory_mappings if home_directory_type is not `LOGICAL`.
for_each = each.value.home_directory_type == "LOGICAL" ? [1] : []
content {
entry = "/"
entry = "/${module.bucket.s3_bucket_id}"
target = "/${module.bucket.s3_bucket_id}/${each.value.username}"
}
}
Expand Down

0 comments on commit c884d42

Please sign in to comment.