mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-03 03:00:16 -05: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
|
|
}
|