mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Earlier we had a bug where data resources would not yet removed from the
state during a destroy. This was fixed in cd0c452
, and this test will
hopefully make sure it stays fixed.
6 lines
72 B
HCL
6 lines
72 B
HCL
data "null_data_source" "testing" {
|
|
inputs = {
|
|
test = "yes"
|
|
}
|
|
}
|