opentofu/command/test-fixtures/inmem-backend/main.tf
James Bardin 16e8e405c7 create failing test cases for remote lineage issue
Some remote backend would fail on `-state push -force`, or `workspace
new -state` because of a new strict lineage check in remote.State.
2017-08-01 19:34:21 -04:00

4 lines
35 B
HCL

terraform {
backend "inmem" {}
}