/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/dynamic-module-sources/source-with-module-output-reference/main.tf
7 строк
121 B
Daniel Banck
Add more dynamic module sources tests
04 мар 2026, 13:45
04 мар 2026, 13:45
45ba679
Код
Авторство
О чём код?
module "example" { source = "./modules/example" } module "example2" { source = "./modules/${module.example.name}" }