mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-18 12:42:58 -06:00
5 lines
113 B
HCL
5 lines
113 B
HCL
module "local" {
|
|
source = "./local"
|
|
version = "0.0.1" # Version constraint not allowed for a local module
|
|
}
|