mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-22 12:02:11 -04: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"
|
|
}
|
|
}
|