terraform/internal/command/testdata/modules-nested-dependencies/mods/test/main.tf
2024-11-21 12:54:29 -05:00

3 lines
40 B
HCL

module "test2" {
source = "./test2"
}