/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/stacks/stackplan/doc.go
14 строк
750 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 stackplan contains the models and some business logic for stack-wide // "meta-plans", which in practice are equivalent to multiple of what we // traditionally think of as a "plan" in the non-stacks Terraform workflow, // typically represented as a [plans.Plan] object. // // The stack plan model is intentionally slightly different from the original // plan model because in the stack runtime we need to be able to split a // traditional plan into smaller parts that we stream out to the caller as // events, but the model here should be isomorphic so that we can translate // to and from the models expected by the main Terraform language runtime. package stackplan