github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/states/statefile/testdata/roundtrip/v3-builtin.in.tfstate (about)

     1  {
     2      "version": 3,
     3      "terraform_version": "0.11.14",
     4      "serial": 1,
     5      "lineage": "b707851e-4209-9792-e752-bc0dd6c81fcf",
     6      "modules": [
     7          {
     8              "path": [
     9                  "root"
    10              ],
    11              "outputs": {},
    12              "resources": {
    13                  "data.terraform_remote_state.test": {
    14                      "type": "terraform_remote_state",
    15                      "depends_on": [],
    16                      "primary": {
    17                          "id": "2020-08-14 19:13:36.875081 +0000 UTC",
    18                          "attributes": {
    19                              "backend": "remote",
    20                              "config.#": "1",
    21                              "config.345861710.organization": "hashicorp",
    22                              "config.345861710.workspaces.#": "1",
    23                              "config.345861710.workspaces.0.%": "1",
    24                              "config.345861710.workspaces.0.name": "test",
    25                              "environment": "default",
    26                              "id": "2020-08-14 19:13:36.875081 +0000 UTC",
    27                              "workspace": "default"
    28                          },
    29                          "meta": {},
    30                          "tainted": false
    31                      },
    32                      "deposed": [],
    33                      "provider": "provider.terraform"
    34                  }
    35              },
    36              "depends_on": []
    37          }
    38      ]
    39  }