mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-29 06:00:15 -05:00
5 lines
65 B
HCL
5 lines
65 B
HCL
module "mod" {
|
|
source = "./mod"
|
|
instance_count = 2
|
|
}
|