mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-05 15:00:47 -05:00
We don't need to load the configuration twice, since configload can return the module for us.
3 lines
36 B
HCL
3 lines
36 B
HCL
module "mod" {
|
|
source = "./mod"
|
|
}
|