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

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