Files
2025-04-25 06:29:42 -04:00

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}'"
}
}