mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-04 13:17:43 -06:00
16e8e405c7
Some remote backend would fail on `-state push -force`, or `workspace new -state` because of a new strict lineage check in remote.State.
4 lines
35 B
HCL
4 lines
35 B
HCL
terraform {
|
|
backend "inmem" {}
|
|
}
|