opentofu/internal/command/testdata/apply_cbd_with_refresh_false/main.tf
Oleksandr Levchenkov c5b43b9f1a
fix: unused config's create_before_destroy on resource change with no refresh (#2248)
Signed-off-by: ollevche <ollevche@gmail.com>
2024-12-20 10:47:00 +02:00

3 lines
46 B
HCL

resource "test_instance" "a" {
id = "bar"
}