/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/stacks/stackconfig/testdata/embedded-stack-bundle/component/comp.tfcomponent.hcl
21 строка
247 B
James Pogran
Add component registry source resolution support to Terraform Stacks (#37888)
10 дек 2025, 17:16
Не верифицирован
10 дек 2025, 17:16
2c075b9
Код
Авторство
О чём код?
required_providers { null = { source = "hashicorp/null" version = "3.2.1" } } variable "name" { type = string } component "a" { source = "./a" inputs = { name = var.name } providers = { null = var.provider } }