/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/dynamic-module-sources/provider-function-in-source/main.tf
11 строк
172 B
Sarah French
Comments and changes from pairing
30 апр 2026, 17:08
30 апр 2026, 17:08
b7a43b3
Код
Авторство
О чём код?
terraform { required_providers { test = { source = "test" } } } module "example" { source = provider::test::is_true(true) ? "./modules/example" : "" }