/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/moduledeps/doc.go
10 строк
447 B
Radek Simko
make copyrightfix
17 фев 2026, 16:56
17 фев 2026, 16:56
0fe906f
Код
Авторство
О чём код?
// Copyright IBM Corp. 2014, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package moduledeps contains types that can be used to describe the // providers required for all of the modules in a module tree. // // It does not itself contain the functionality for populating such // data structures; that's in Terraform core, since this package intentionally // does not depend on terraform core to avoid package dependency cycles. package moduledeps