github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/testdata/show-json-state/basic/terraform.tfstate (about)

     1  {
     2      "version": 4,
     3      "terraform_version": "0.12.0",
     4      "serial": 1,
     5      "lineage": "00bfda35-ad61-ec8d-c013-14b0320bc416",
     6      "outputs": {},
     7      "resources": [
     8          {
     9              "mode": "managed",
    10              "type": "test_instance",
    11              "name": "example",
    12              "each": "list",
    13              "provider": "provider[\"registry.terraform.io/hashicorp/test\"]",
    14              "instances": [
    15                  {
    16                      "index_key": 0,
    17                      "schema_version": 0,
    18                      "attributes": {
    19                          "id": "621124146446964903"
    20                      },
    21                      "private": "bnVsbA=="
    22                  },
    23                  {
    24                      "index_key": 1,
    25                      "schema_version": 0,
    26                      "attributes": {
    27                          "id": "4330206298367988603"
    28                      },
    29                      "private": "bnVsbA=="
    30                  }
    31              ]
    32          }
    33      ]
    34  }