mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-25 16:31:10 -06:00
4 lines
115 B
Terraform
4 lines
115 B
Terraform
|
resource "null_resource" "test" {
|
||
|
provisioner "habitat" {} # ERROR: The "habitat" provisioner has been removed
|
||
|
}
|