Files
James Bardin c2e0d265cf LoadModule now always returns the module
We don't need to load the configuration twice, since configload can
return the module for us.
2021-09-28 17:58:40 -04:00

4 lines
36 B
HCL

module "mod" {
source = "./mod"
}