mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-16 19:39:42 -04:00
7 lines
106 B
HCL
7 lines
106 B
HCL
module "foo" {
|
|
source = "./foo"
|
|
nodes = {
|
|
key1 = "value1"
|
|
key2 = "value2"
|
|
}
|
|
}
|