github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/terraform/testdata/transform-provider-missing-grandchild/sub/main.tf (about)

     1  provider "foo" {}
     2  
     3  module "subsub" {
     4      source = "./subsub"
     5  }