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

3 lines
40 B
HCL

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