github.com/opentofu/opentofu@v1.7.1/internal/tofu/testdata/apply-destroy-nested-module/main.tf (about) 1 /* 2 module "child" { 3 source = "./child" 4 } 5 */