github.com/renier/terraform@v0.7.8-0.20161024133817-eb8a9ef5471a/terraform/test-fixtures/state-filter/nested-modules.tfstate (about)

     1  {
     2      "version": 1,
     3      "serial": 12,
     4      "modules": [
     5          {
     6              "path": [
     7                  "root",
     8                  "outer"
     9              ],
    10              "resources": {}
    11          },
    12          {
    13              "path": [
    14                  "root",
    15                  "outer",
    16                  "child1"
    17              ],
    18              "resources": {
    19                  "aws_instance.foo": {
    20                      "type": "aws_instance",
    21                      "depends_on": [],
    22                      "primary": {
    23                          "id": "1",
    24                          "attributes": {}
    25                      }
    26                  }
    27              }
    28          },
    29          {
    30              "path": [
    31                  "root",
    32                  "outer",
    33                  "child2"
    34              ],
    35              "resources": {
    36                  "aws_instance.foo": {
    37                      "type": "aws_instance",
    38                      "depends_on": [],
    39                      "primary": {
    40                          "id": "1",
    41                          "attributes": {}
    42                      }
    43                  }
    44              }
    45          }
    46      ]
    47  }