opentofu/terraform/test-fixtures/apply-cbd-deposed-only/main.tf

4 lines
81 B
HCL

resource "aws_instance" "bar" {
lifecycle { create_before_destroy = true }
}