github.com/kevinklinger/open_terraform@v1.3.6/noninternal/configs/configload/testdata/child-provider-child-count/.terraform/modules/modules.json (about)

     1  {
     2      "Modules": [
     3          {
     4              "Key": "",
     5              "Source": "",
     6              "Dir": "."
     7          },
     8          {
     9              "Key": "child",
    10              "Source": "./child",
    11              "Dir": "testdata/child-provider-child-count/child"
    12          },
    13          {
    14              "Key": "child.grandchild",
    15              "Source": "../grandchild",
    16              "Dir": "testdata/child-provider-child-count/grandchild"
    17          }
    18      ]
    19  }