opentofu/internal/tofu/testdata/plan-targeted-module-with-provider/main.tf
2023-09-20 15:16:53 +03:00

10 lines
117 B
HCL

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