github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/init-backend-selected-workspace-doesnt-exist-single/.terraform/terraform.tfstate (about)

     1  {
     2      "version": 3,
     3      "serial": 2,
     4      "lineage": "2f3864a6-1d3e-1999-0f84-36cdb61179d3",
     5      "backend": {
     6          "type": "local",
     7          "config": {
     8              "path": null,
     9              "workspace_dir": null
    10          },
    11          "hash": 666019178
    12      },
    13      "modules": [
    14          {
    15              "path": [
    16                  "root"
    17              ],
    18              "outputs": {},
    19              "resources": {},
    20              "depends_on": []
    21          }
    22      ]
    23  }