github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/command/testdata/show-json/basic-update/terraform.tfstate (about)

     1  {
     2      "version": 4,
     3      "terraform_version": "0.12.0",
     4      "serial": 7,
     5      "lineage": "configuredUnchanged",
     6      "outputs": {
     7          "test": {
     8              "value": "bar",
     9              "type": "string"
    10          }
    11      },
    12      "resources": [
    13          {
    14              "mode": "managed",
    15              "type": "test_instance",
    16              "name": "test",
    17              "provider": "provider[\"registry.terraform.io/hashicorp/test\"]",
    18              "instances": [
    19                  {
    20                      "schema_version": 0,
    21                      "attributes": {
    22                          "ami": "bar",
    23                          "id": "placeholder"
    24                      }
    25                  }
    26              ]
    27          }
    28      ]
    29  }