Provisioner contribution guide updates (#26538)
An update on the deprecated state of vendor provisioners for our contribution guide.
This commit is contained in:
parent
0009768c7f
commit
dc48450e79
|
@ -72,6 +72,8 @@ We are working to remove ourselves from the critical path of state storage backe
|
|||
|
||||
Provisioners are an area of concern in Terraform for a number of reasons. Chiefly, they are often used in the place of configuration management tools or custom providers.
|
||||
|
||||
There are two main types of provisioners in Terraform, the generic provisioners (`file`,`local-exec`, and `remote-exec`) and the tool-specific provisioners (`chef`, `habbitat`, `puppet` & `salt-masterless`). **The tool-specific provisioners [are deprecated](https://discuss.hashicorp.com/t/notice-terraform-to-begin-deprecation-of-vendor-tool-specific-provisioners-starting-in-terraform-0-13-4/13997).** In practice this means we will not be accepting PRs for these areas of the codebase.
|
||||
|
||||
From our [documentation](https://www.terraform.io/docs/provisioners/index.html):
|
||||
|
||||
> ... they [...] add a considerable amount of complexity and uncertainty to Terraform usage.[...] we still recommend attempting to solve it [your problem] using other techniques first, and use provisioners only if there is no other option.
|
||||
|
|
Loading…
Reference in New Issue