From 3ba38f9b1fc29b4da0e29f0126db2898ae5c48b1 Mon Sep 17 00:00:00 2001 From: Pam Selle <204372+pselle@users.noreply.github.com> Date: Tue, 22 Sep 2020 14:06:39 -0400 Subject: [PATCH] (docs) Vendor provisioner deprecation version --- website/docs/provisioners/chef.html.markdown | 2 +- website/docs/provisioners/habitat.html.markdown | 2 +- website/docs/provisioners/puppet.html.markdown | 2 +- website/docs/provisioners/salt-masterless.html.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/provisioners/chef.html.markdown b/website/docs/provisioners/chef.html.markdown index c4ab30f5d..1248f3636 100644 --- a/website/docs/provisioners/chef.html.markdown +++ b/website/docs/provisioners/chef.html.markdown @@ -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.3 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](./). diff --git a/website/docs/provisioners/habitat.html.markdown b/website/docs/provisioners/habitat.html.markdown index e2100aafb..d35ab7dda 100644 --- a/website/docs/provisioners/habitat.html.markdown +++ b/website/docs/provisioners/habitat.html.markdown @@ -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.3 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](./). diff --git a/website/docs/provisioners/puppet.html.markdown b/website/docs/provisioners/puppet.html.markdown index 2b4b02746..4a88bd634 100644 --- a/website/docs/provisioners/puppet.html.markdown +++ b/website/docs/provisioners/puppet.html.markdown @@ -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.3 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](./). diff --git a/website/docs/provisioners/salt-masterless.html.md b/website/docs/provisioners/salt-masterless.html.md index 3da71c54c..0e16265be 100644 --- a/website/docs/provisioners/salt-masterless.html.md +++ b/website/docs/provisioners/salt-masterless.html.md @@ -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.3 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](./).