blob: 48f4f13783e0a79e564b4ff43d43111b5c596157 [file] [log] [blame]
resource "test_instance" "a" {
foo = "a"
}
resource "test_instance" "b" {
foo = "b"
lifecycle {
create_before_destroy = true
}
}
resource "test_instance" "c" {
foo = "c"
lifecycle {
create_before_destroy = true
}
}