mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
website: Fix repetition of "directly" in file provisioner docs
This commit is contained in:
parent
05291ab982
commit
8d3bcd4f87
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ of `/foo` on the local machine will be uploaded to `/tmp/foo` on the remote mach
|
|||
`foo` directory on the remote machine will be created by Terraform.
|
||||
|
||||
If the source, however, is `/foo/` (a trailing slash is present), and the destination is
|
||||
`/tmp`, then the contents of `/foo` will be uploaded directly into `/tmp` directly.
|
||||
`/tmp`, then the contents of `/foo` will be uploaded directly into `/tmp`.
|
||||
|
||||
This behavior was adopted from the standard behavior of
|
||||
[rsync](https://linux.die.net/man/1/rsync).
|
||||
|
|
|
|||
Loading…
Reference in a new issue