/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/workdir/doc.go
19 строк
1013 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 workdir models the various local artifacts and state we keep inside // a Terraform "working directory". // // The working directory artifacts and settings are typically initialized or // modified by "terraform init", after which they persist for use by other // commands in the same directory, but are not visible to commands run in // other working directories or on other computers. // // Although "terraform init" is the main command which modifies a workdir, // other commands do sometimes make more focused modifications for settings // which can typically change multiple times during a session, such as the // currently-selected workspace name. Any command which modifies the working // directory settings must discard and reload any objects which derived from // those settings, because otherwise the existing objects will often continue // to follow the settings that were present when they were created. package workdir