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