mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-06 06:37:58 -05:00
Ensure we can still execute a 3rd party provisioner binary, using the legacy plugin discovery location of the configuration root directory.
6 lines
98 B
HCL
6 lines
98 B
HCL
resource "null_resource" "a" {
|
|
provisioner "test" {
|
|
command = "echo HelloProvisioner"
|
|
}
|
|
}
|