Update note to be more direct :)
This commit is contained in:
parent
1d53273b7a
commit
9f4c4ff093
|
@ -10,7 +10,7 @@ description: >-
|
|||
Most provisioners require access to the remote resource via SSH or WinRM and
|
||||
expect a nested `connection` block with details about how to connect.
|
||||
|
||||
~> **Important:** You should only use provisioners as a last resort. There are better alternatives for most situations. Refer to
|
||||
~> **Important:** Use provisioners as a last resort. There are better alternatives for most situations. Refer to
|
||||
[Declaring Provisioners](/language/resources/provisioners/syntax) for more details.
|
||||
|
||||
## Connection Block
|
||||
|
|
|
@ -12,7 +12,7 @@ The `file` provisioner is used to copy files or directories from the machine
|
|||
executing Terraform to the newly created resource. The `file` provisioner
|
||||
supports both `ssh` and `winrm` type [connections](/language/resources/provisioners/connection).
|
||||
|
||||
~> **Important:** You should only use provisioners as a last resort. There are better alternatives for most situations. Refer to
|
||||
~> **Important:** Use provisioners as a last resort. There are better alternatives for most situations. Refer to
|
||||
[Declaring Provisioners](/language/resources/provisioners/syntax) for more details.
|
||||
|
||||
## Example usage
|
||||
|
|
|
@ -18,7 +18,7 @@ Note that even though the resource will be fully created when the provisioner is
|
|||
run, there is no guarantee that it will be in an operable state - for example
|
||||
system services such as `sshd` may not be started yet on compute resources.
|
||||
|
||||
~> **Important:** You should only use provisioners as a last resort. There are better alternatives for most situations. Refer to
|
||||
~> **Important:** Use provisioners as a last resort. There are better alternatives for most situations. Refer to
|
||||
[Declaring Provisioners](/language/resources/provisioners/syntax) for more details.
|
||||
|
||||
## Example usage
|
||||
|
|
|
@ -19,7 +19,7 @@ details](/language/resources/provisioners/connection) on a `null_resource`. You
|
|||
use its `triggers` argument and any meta-arguments to control exactly where in
|
||||
the dependency graph its provisioners will run.
|
||||
|
||||
~> **Important:** You should only use provisioners as a last resort. There are better alternatives for most situations. Refer to
|
||||
~> **Important:** Use provisioners as a last resort. There are better alternatives for most situations. Refer to
|
||||
[Declaring Provisioners](/language/resources/provisioners/syntax) for more details.
|
||||
|
||||
## Example usage
|
||||
|
|
|
@ -17,7 +17,7 @@ into a cluster, etc. To invoke a local process, see the `local-exec`
|
|||
provisioner requires a [connection](/language/resources/provisioners/connection)
|
||||
and supports both `ssh` and `winrm`.
|
||||
|
||||
~> **Important:** You should only use provisioners as a last resort. There are better alternatives for most situations. Refer to
|
||||
~> **Important:** Use provisioners as a last resort. There are better alternatives for most situations. Refer to
|
||||
[Declaring Provisioners](/language/resources/provisioners/syntax) for more details.
|
||||
|
||||
## Example usage
|
||||
|
|
Loading…
Reference in New Issue