mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-19 21:22:57 -06:00
c2e0d265cf
We don't need to load the configuration twice, since configload can return the module for us.
4 lines
36 B
HCL
4 lines
36 B
HCL
module "mod" {
|
|
source = "./mod"
|
|
}
|