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