mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04:00
4 lines
113 B
HCL
4 lines
113 B
HCL
module "local" {
|
|
source = "./local"
|
|
version = "0.0.1" # Version constraint not allowed for a local module
|
|
}
|