mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-10 08:03:08 -06:00
bfb770ee89
This replicates the issue reported in #3852.
7 lines
165 B
HCL
7 lines
165 B
HCL
# This resource was previously "created" and the fixture represents
|
|
# it being destroyed subsequently
|
|
|
|
/*resource "aws_instance" "orphan" {*/
|
|
/*foo = "bar"*/
|
|
/*}*/
|