mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-15 22:00:34 -05:00
Signed-off-by: Ilia Gogotchuri <ilia.gogotchuri0@gmail.com> Co-authored-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
8 lines
87 B
HCL
8 lines
87 B
HCL
resource "test_instance" "foo" {
|
|
id = "baz"
|
|
|
|
lifecycle {
|
|
destroy = false
|
|
}
|
|
}
|