opentofu/terraform/test-fixtures/plan-targeted-orphan/main.tf
James Nugent bfb770ee89 Add failing test for targeted destroy on orphan
This replicates the issue reported in #3852.
2015-11-13 13:20:04 -06:00

7 lines
165 B
HCL

# This resource was previously "created" and the fixture represents
# it being destroyed subsequently
/*resource "aws_instance" "orphan" {*/
/*foo = "bar"*/
/*}*/