opentofu/internal/tofu/testdata/apply-orphan-resource/main.tf
2023-09-20 15:16:53 +03:00

8 lines
90 B
HCL

resource "test_thing" "zero" {
count = 0
}
resource "test_thing" "one" {
count = 1
}