mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-27 00:46:25 -06:00
5 lines
52 B
Terraform
5 lines
52 B
Terraform
|
module "foo" {
|
||
|
source = "./foo"
|
||
|
nodes = 3
|
||
|
}
|