Skip to content

Commit

Permalink
Tool-specific provisioner docs change to red notice box (#26681)
Browse files Browse the repository at this point in the history
  • Loading branch information
Petros Kolyvas authored and pkolyvas committed Oct 22, 2020
1 parent d7ce84a commit 0e61583
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/docs/provisioners/chef.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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](/docs/provisioners/connection.html).

-> **Note:** This provisioner has been deprecated as of Terraform 0.13.4 and will be
!> **Note:** This provisioner has been deprecated as of Terraform 0.13.4 and will be
removed in a future version of Terraform. For most common situations there are better
alternatives to using provisioners. For more information, see
[the main Provisioners page](./).
Expand Down
2 changes: 1 addition & 1 deletion website/docs/provisioners/habitat.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.

-> **Note:** This provisioner has been deprecated as of Terraform 0.13.4 and will be
!> **Note:** This provisioner has been deprecated as of Terraform 0.13.4 and will be
removed in a future version of Terraform. For most common situations there are better
alternatives to using provisioners. For more information, see
[the main Provisioners page](./).
Expand Down
2 changes: 1 addition & 1 deletion website/docs/provisioners/puppet.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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](/docs/provisioners/connection.html).

-> **Note:** This provisioner has been deprecated as of Terraform 0.13.4 and will be
!> **Note:** This provisioner has been deprecated as of Terraform 0.13.4 and will be
removed in a future version of Terraform. For most common situations there are better
alternatives to using provisioners. For more information, see
[the main Provisioners page](./).
Expand Down
2 changes: 1 addition & 1 deletion website/docs/provisioners/salt-masterless.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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](/docs/provisioners/connection.html).

-> **Note:** This provisioner has been deprecated as of Terraform 0.13.4 and will be
!> **Note:** This provisioner has been deprecated as of Terraform 0.13.4 and will be
removed in a future version of Terraform. For most common situations there are better
alternatives to using provisioners. For more information, see
[the main Provisioners page](./).
Expand Down

0 comments on commit 0e61583

Please sign in to comment.