mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-08 16:12:24 -04:00
5 lines
93 B
HCL
5 lines
93 B
HCL
resource "null_resource" "foo" {
|
|
provisioner "local-exec" {
|
|
command = "exit 125"
|
|
}
|
|
}
|