/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/stacks/stackruntime/testdata/mainbundle/test/const-variable-in-component/const-variable-in-component.tfcomponent.hcl
16 строк
228 B
Daniel Schmidt
add tests for dynamic module sources in stacks
05 мар 2026, 18:24
05 мар 2026, 18:24
2077b53
Код
Авторство
О чём код?
required_providers { testing = { source = "hashicorp/testing" version = "0.1.0" } } provider "testing" "default" {} component "self" { source = "./" providers = { testing = provider.testing.default } }