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