github.com/nov1n/terraform@v0.7.9-0.20161103151050-bf6852f38e28/terraform/test-fixtures/state-filter/small_test_instance.tfstate (about)

     1  {
     2      "version": 1,
     3      "serial": 12,
     4      "modules": [
     5          {
     6              "path": [
     7                  "root"
     8              ],
     9              "resources": {
    10                  "test_instance.foo": {
    11                      "type": "test_instance",
    12                      "primary": {
    13                          "id": "foo"
    14                      }
    15                  }
    16              },
    17              "resources": {
    18                  "test_instance.bar": {
    19                      "type": "test_instance",
    20                      "primary": {
    21                          "id": "foo"
    22                      }
    23                  }
    24              }
    25          }
    26      ]
    27  }