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

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