/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/dynamic-module-sources/nested-module-with-variable-source/modules/parent/main.tf
8 строк
112 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 "child" { source = "../${var.child_name}" }