github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/command/testdata/state-push-bad-lineage/local-state.tfstate (about)

     1  {
     2      "version": 3,
     3      "serial": 1,
     4      "lineage": "mismatch",
     5      "modules": [
     6          {
     7              "path": ["root"],
     8              "outputs": {
     9                  "foo": {
    10                      "type": "string",
    11                      "value": "bar"
    12                  }
    13              },
    14              "resources": {}
    15          }
    16      ]
    17  }