opentofu/internal/initwd/testdata/local-module-symlink/root.tf
2019-06-30 10:16:15 +02:00

10 lines
123 B
HCL

variable "v" {
description = "in root module"
default = ""
}
module "child_a" {
source = "./modules/child_a"
}