github.com/gavinw2006/hashicorp-terraform@v0.11.12-beta1/command/test-fixtures/state-list-backend/local-state.tfstate (about)

     1  {
     2      "version": 3,
     3      "terraform_version": "0.8.2",
     4      "serial": 7,
     5      "lineage": "configuredUnchanged",
     6      "modules": [
     7          {
     8              "path": [
     9                  "root"
    10              ],
    11              "outputs": {},
    12              "resources": {
    13                  "null_resource.a": {
    14                      "type": "null_resource",
    15                      "depends_on": [],
    16                      "primary": {
    17                          "id": "5416263284413907707",
    18                          "attributes": {
    19                              "id": "5416263284413907707"
    20                          },
    21                          "meta": {},
    22                          "tainted": false
    23                      },
    24                      "deposed": [],
    25                      "provider": ""
    26                  }
    27              },
    28              "depends_on": []
    29          }
    30      ]
    31  }