Fixed typos in remote.html.markdown and connection.html.markdown. (#6195)
This commit is contained in:
parent
02b397f43e
commit
12118b6189
|
@ -64,7 +64,7 @@ provisioner "file" {
|
|||
* `timeout` - The timeout to wait for the connection to become available. This defaults
|
||||
to 5 minutes. Should be provided as a string like "30s" or "5m".
|
||||
|
||||
* `script_path` - The path used to copy scripts to meant for remote execution.
|
||||
* `script_path` - The path used to copy scripts meant for remote execution.
|
||||
|
||||
**Additional arguments only supported by the "ssh" connection type:**
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@ from a local machine. This is great for testing and development,
|
|||
however in production environments it is more responsible to run
|
||||
Terraform remotely and store a master Terraform state remotely.
|
||||
|
||||
[Atlas](https://atlas.hashicorp.com/?utm_source=oss&utm_medium=getting-started&utm_campaign=terraform)
|
||||
is HashiCorp's solution for Terraform remote runs and
|
||||
[Atlas](https://atlas.hashicorp.com/?utm_source=oss&utm_medium=getting-started&utm_campaign=terraform),
|
||||
HashiCorp's solution for Terraform remote, runs an
|
||||
infrastructure version control. Running Terraform
|
||||
in Atlas allows teams to easily version, audit, and collaborate
|
||||
on infrastructure changes. Each proposed change generates
|
||||
|
|
Loading…
Reference in New Issue