github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/internal/command/testdata/show-json/drift/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": "no_refresh",
    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              "mode": "managed",
    24              "type": "test_instance",
    25              "name": "should_refresh",
    26              "provider": "provider[\"registry.terraform.io/hashicorp/test\"]",
    27              "instances": [
    28                  {
    29                      "schema_version": 0,
    30                      "attributes": {
    31                          "ami": "refresh-me",
    32                          "id": "placeholder"
    33                      }
    34                  }
    35              ]
    36          }
    37      ]
    38  }