From 5153ea633bb6e58939267a83fef44204aaa81a68 Mon Sep 17 00:00:00 2001 From: Pam Selle <204372+pselle@users.noreply.github.com> Date: Fri, 28 Aug 2020 12:25:56 -0400 Subject: [PATCH] Add docs notes for deprecation --- website/docs/provisioners/chef.html.markdown | 5 +++-- website/docs/provisioners/habitat.html.markdown | 5 +++-- website/docs/provisioners/puppet.html.markdown | 5 +++-- website/docs/provisioners/salt-masterless.html.md | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/website/docs/provisioners/chef.html.markdown b/website/docs/provisioners/chef.html.markdown index 8056f297f..c4ab30f5d 100644 --- a/website/docs/provisioners/chef.html.markdown +++ b/website/docs/provisioners/chef.html.markdown @@ -12,8 +12,9 @@ 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:** Provisioners should only be used as a last resort. For most -common situations there are better alternatives. For more information, see +-> **Note:** This provisioner has been deprecated as of Terraform 0.13.3 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](./). ## Requirements diff --git a/website/docs/provisioners/habitat.html.markdown b/website/docs/provisioners/habitat.html.markdown index 2c2da6146..e2100aafb 100644 --- a/website/docs/provisioners/habitat.html.markdown +++ b/website/docs/provisioners/habitat.html.markdown @@ -10,8 +10,9 @@ 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:** Provisioners should only be used as a last resort. For most -common situations there are better alternatives. For more information, see +-> **Note:** This provisioner has been deprecated as of Terraform 0.13.3 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](./). ## Requirements diff --git a/website/docs/provisioners/puppet.html.markdown b/website/docs/provisioners/puppet.html.markdown index 844671b54..2b4b02746 100644 --- a/website/docs/provisioners/puppet.html.markdown +++ b/website/docs/provisioners/puppet.html.markdown @@ -12,8 +12,9 @@ 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:** Provisioners should only be used as a last resort. For most -common situations there are better alternatives. For more information, see +-> **Note:** This provisioner has been deprecated as of Terraform 0.13.3 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](./). ## Requirements diff --git a/website/docs/provisioners/salt-masterless.html.md b/website/docs/provisioners/salt-masterless.html.md index a50274906..3da71c54c 100644 --- a/website/docs/provisioners/salt-masterless.html.md +++ b/website/docs/provisioners/salt-masterless.html.md @@ -13,8 +13,9 @@ 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:** Provisioners should only be used as a last resort. For most -common situations there are better alternatives. For more information, see +-> **Note:** This provisioner has been deprecated as of Terraform 0.13.3 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](./). ## Requirements