mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-16 03:32:54 -06:00
edc670d079
Adds a warning for chef, habitat, puppet, and salt-masterless provisioners, and a corresponding test file to test for the warning
4 lines
114 B
HCL
4 lines
114 B
HCL
resource "null_resource" "test" {
|
|
provisioner "habitat" {} # WARNING: The "habitat" provisioner is deprecated
|
|
}
|