/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/test/dynamic_source_nested/main.tf
9 строк
143 B
Daniel Schmidt
add tests for dynamic module sources in terraform test
11 мар 2026, 17:29
11 мар 2026, 17:29
e4f9119
Код
Авторство
О чём код?
variable "child_name" { type = string const = true } module "parent" { source = "./modules/parent" child_name = var.child_name }