Files
opentf/internal/command/testdata/skip-destroy/main.tf
Ilia Gogotchuri fd19a3763f Retain resource instances with a new lifecycle argument - destroy (#3409)
Signed-off-by: Ilia Gogotchuri <ilia.gogotchuri0@gmail.com>
Co-authored-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
2025-12-04 18:49:57 +04:00

8 lines
87 B
HCL

resource "test_instance" "foo" {
id = "baz"
lifecycle {
destroy = false
}
}