Files
opentf/internal/cloud/testdata/apply-json-with-provisioner-error/main.tf
2023-02-16 10:54:58 -05:00

6 lines
93 B
HCL

resource "null_resource" "foo" {
provisioner "local-exec" {
command = "exit 125"
}
}