github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/command/test-fixtures/backend-unchanged-with-legacy/.terraform/terraform.tfstate (about)

     1  {
     2      "version": 3,
     3      "serial": 0,
     4      "lineage": "666f9301-7e65-4b19-ae23-71184bb19b03",
     5      "backend": {
     6          "type": "local",
     7          "config": {
     8              "path": "local-state.tfstate"
     9          },
    10          "hash": 9073424445967744180
    11      },
    12      "remote": {
    13          "type": "local",
    14          "config": {
    15              "path": "local-state-old.tfstate"
    16          }
    17      },
    18      "modules": [
    19          {
    20              "path": [
    21                  "root"
    22              ],
    23              "outputs": {},
    24              "resources": {},
    25              "depends_on": []
    26          }
    27      ]
    28  }