terraform/terraform/testdata/plan-targeted-module-with-p.../main.tf

10 lines
117 B
HCL

module "child1" {
source = "./child1"
key = "value"
}
module "child2" {
source = "./child2"
key = "value"
}