mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-06 09:01:42 -04:00
Signed-off-by: yottta <andrei.ciobanu@opentofu.org> Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
12 lines
185 B
HCL
12 lines
185 B
HCL
removed {
|
|
from = tfcoremock_simple_resource.example
|
|
|
|
lifecycle {
|
|
destroy = true
|
|
}
|
|
|
|
provisioner "local-exec" {
|
|
when = destroy
|
|
command = "echo 'execute against ${self.id}'"
|
|
}
|
|
} |