Skip to content

Commit

Permalink
docs/resource/aws_transfer_user: update resource documentation example (
Browse files Browse the repository at this point in the history
  • Loading branch information
drexler authored Jan 26, 2021
1 parent 3cae7e8 commit 2bb2457
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/r/transfer_user.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ resource "aws_transfer_user" "foo" {
server_id = aws_transfer_server.foo.id
user_name = "tftestuser"
role = aws_iam_role.foo.arn
home_directory_type = "LOGICAL"
home_directory_mappings {
entry = "/test.pdf"
target = "/bucket3/test-path/tftestuser.pdf"
}
}
```

Expand Down

0 comments on commit 2bb2457

Please sign in to comment.