mirror of https://github.com/hashicorp/terraform
Adds a warning for chef, habitat, puppet, and salt-masterless provisioners, and a corresponding test file to test for the warningpull/26203/head
parent
1b9b85115b
commit
edc670d079
@ -0,0 +1,3 @@
|
||||
resource "null_resource" "test" {
|
||||
provisioner "habitat" {} # WARNING: The "habitat" provisioner is deprecated
|
||||
}
|
||||
Loading…
Reference in new issue