github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/command/testdata/backend-new-migrate/terraform.tfstate (about)

     1  {
     2      "version": 3,
     3      "terraform_version": "0.8.2",
     4      "serial": 8,
     5      "lineage": "backend-new-migrate",
     6      "modules": [
     7          {
     8              "path": [
     9                  "root"
    10              ],
    11              "outputs": {
    12                  "foo": {
    13                      "type": "string",
    14                      "value": "bar"
    15                  }
    16              },
    17              "resources": {},
    18              "depends_on": []
    19          }
    20      ]
    21  }