Fix warning notes
This commit is contained in:
parent
ec17cbaeee
commit
29a4591cf2
|
@ -11,7 +11,7 @@ The `chef` provisioner installs, configures and runs the Chef Client on a remote
|
|||
resource. The `chef` provisioner supports both `ssh` and `winrm` type
|
||||
[connections](/language/resources/provisioners/connection).
|
||||
|
||||
!> **Warning:** This provisioner was removed in the 0.15.0 version of Terraform after being deprecated as of Terraform 0.13.4. Provisioners should also be a last resort. There are better alternatives for most common situations. Refer to
|
||||
!> **Warning:** This provisioner was removed in the 0.15.0 version of Terraform after being deprecated as of Terraform 0.13.4. Provisioners should also be a last resort. There are better alternatives for most situations. Refer to
|
||||
[Declaring Provisioners](/language/resources/provisioners/syntax) for more details.
|
||||
|
||||
## Requirements
|
||||
|
|
|
@ -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.
|
||||
|
||||
-> **Note:** Provisioners should only be used as a last resort. There are better alternatives for most common situations. Refer to
|
||||
~> **Important:** You should only 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).
|
||||
|
||||
-> **Note:** Provisioners should only be used as a last resort. There are better alternatives for most common situations. Refer to
|
||||
~> **Important:** You should only 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
|
||||
|
|
|
@ -9,7 +9,7 @@ description: >-
|
|||
|
||||
The `habitat` provisioner installs the [Habitat](https://habitat.sh) supervisor and loads configured services. This provisioner only supports Linux targets using the `ssh` connection type at this time.
|
||||
|
||||
!> **Warning:** This provisioner was removed in the 0.15.0 version of Terraform after being deprecated as of Terraform 0.13.4. Provisioners should also be a last resort. There are better alternatives for most common situations. Refer to
|
||||
!> **Warning:** This provisioner was removed in the 0.15.0 version of Terraform after being deprecated as of Terraform 0.13.4. Provisioners should also be a last resort. There are better alternatives for most situations. Refer to
|
||||
[Declaring Provisioners](/language/resources/provisioners/syntax) for more details.
|
||||
|
||||
## Requirements
|
||||
|
|
|
@ -18,8 +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.
|
||||
|
||||
-> **Note:** Provisioners should only be used as a last resort. For most
|
||||
common situations there are better alternatives. Refer to
|
||||
~> **Important:** You should only 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.
|
||||
|
||||
-> **Note:** Provisioners should only be used as a last resort. There are better alternatives for most common situations. Refer to
|
||||
~> **Important:** You should only 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
|
||||
|
|
|
@ -11,7 +11,7 @@ The `puppet` provisioner installs, configures and runs the Puppet agent on a
|
|||
remote resource. The `puppet` provisioner supports both `ssh` and `winrm` type
|
||||
[connections](/language/resources/provisioners/connection).
|
||||
|
||||
!> **Warning:** This provisioner was removed in the 0.15.0 version of Terraform after being deprecated as of Terraform 0.13.4. Provisioners should also be a last resort. There are better alternatives for most common situations. Refer to
|
||||
!> **Warning:** This provisioner was removed in the 0.15.0 version of Terraform after being deprecated as of Terraform 0.13.4. Provisioners should also be a last resort. There are better alternatives for most situations. Refer to
|
||||
[Declaring Provisioners](/language/resources/provisioners/syntax) for more details.
|
||||
|
||||
## Requirements
|
||||
|
|
|
@ -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`.
|
||||
|
||||
-> **Note:** Provisioners should only be used as a last resort. There are better alternatives for most common situations. Refer to
|
||||
~> **Important:** You should only 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
|
||||
|
|
|
@ -12,7 +12,7 @@ Type: `salt-masterless`
|
|||
The `salt-masterless` Terraform provisioner provisions machines built by Terraform
|
||||
using [Salt](http://saltstack.com/) states, without connecting to a Salt master. The `salt-masterless` provisioner supports `ssh` [connections](/language/resources/provisioners/connection).
|
||||
|
||||
!> **Warning:** This provisioner was removed in the 0.15.0 version of Terraform after being deprecated as of Terraform 0.13.4. Provisioners should also be a last resort. There are better alternatives for most common situations. Refer to
|
||||
!> **Warning:** This provisioner was removed in the 0.15.0 version of Terraform after being deprecated as of Terraform 0.13.4. Provisioners should also be a last resort. There are better alternatives for most situations. Refer to
|
||||
[Declaring Provisioners](/language/resources/provisioners/syntax) for more details.
|
||||
|
||||
## Requirements
|
||||
|
|
Loading…
Reference in New Issue