/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/dynamic-module-sources/nested-module-with-variable-source/main.tf
9 строк
143 B
Daniel Banck
Add more dynamic module sources tests
04 мар 2026, 13:45
04 мар 2026, 13:45
45ba679
Код
Авторство
О чём код?
variable "child_name" { type = string const = true } module "parent" { source = "./modules/parent" child_name = var.child_name }