mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Add support for ~/.opentf.d (#22)
* Use ~/.opentf.d instead of ~/.terraform.d Stay backwards-compatible, though. Signed-off-by: Jakub Martin <kubam@spacelift.io> * Fix imports. Signed-off-by: Jakub Martin <kubam@spacelift.io> * Add tests. Signed-off-by: Jakub Martin <kubam@spacelift.io> * Use util function. Signed-off-by: Jakub Martin <kubam@spacelift.io> * Fix windows directories. Signed-off-by: Jakub Martin <kubam@spacelift.io> * Add a comment to the tests. Signed-off-by: Jakub Martin <kubam@spacelift.io> --------- Signed-off-by: Jakub Martin <kubam@spacelift.io>
This commit is contained in:
@@ -202,7 +202,7 @@ provisioners must connect to the remote system using SSH or WinRM.
|
||||
You must include [a `connection` block](/terraform/language/resources/provisioners/connection) so that Terraform knows how to communicate with the server.
|
||||
|
||||
Terraform includes several built-in provisioners. You can also use third-party provisioners as plugins, by placing them
|
||||
in `%APPDATA%\terraform.d\plugins`, `~/.terraform.d/plugins`, or the same
|
||||
in `%APPDATA%\opentf.d\plugins`, `~/.opentf.d/plugins`, or the same
|
||||
directory where the Terraform binary is installed. However, we do not recommend
|
||||
using any provisioners except the built-in `file`, `local-exec`, and
|
||||
`remote-exec` provisioners.
|
||||
|
||||
Reference in New Issue
Block a user