github.com/sfdevops1/terrra4orm@v0.11.12-beta1/terraform/test-fixtures/apply-resource-depends-on-module-deep/child/main.tf (about)

     1  module "grandchild" {
     2      source = "./child"
     3  }