github.com/GoogleCloudPlatform/terraformer@v0.8.18/terraformutils/test_data/test4.json (about)

     1  {
     2    "version": 3,
     3    "terraform_version": "0.11.10",
     4    "serial": 3,
     5    "lineage": "11c0e8e7-bc2d-8f4c-b40b-25f62ece8666",
     6    "modules": [
     7      {
     8        "path": [
     9          "root"
    10        ],
    11        "outputs": {},
    12        "resources": {
    13          "google_compute_firewall.resource-id": {
    14            "type": "google_compute_firewall",
    15            "depends_on": [],
    16            "primary": {
    17              "id": "resource-id",
    18              "attributes": {
    19                "myarray.#": "2",
    20                "myarray.0.subarray1.1245": "value1",
    21                "myarray.0.subarray1.12454": "value2",
    22                "myarray.1.subarray3.123456": "value3",
    23                "myarray.1.subarray4": "value4",
    24                "direction": "INGRESS",
    25                "enable_logging": "false",
    26                "id": "resource-id",
    27                "name": "resource-name"
    28              },
    29              "meta": {
    30                "schema_version": "1"
    31              },
    32              "tainted": false
    33            },
    34            "deposed": [],
    35            "provider": "provider.google"
    36          }
    37        }
    38      }
    39    ]
    40  }