mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-10 01:00:25 -04: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
|
|
}
|