/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/experiments/doc.go
12 строк
606 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 experiments contains the models and logic for opt-in experiments // that can be activated for a particular Terraform module. // // We use experiments to get feedback on new configuration language features // in a way that permits breaking changes without waiting for a future minor // release. Any feature behind an experiment flag is subject to change in any // way in even a patch release, until we have enough confidence about the // design of the feature to make compatibility commitments about it. package experiments