/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/views/json/importing.go
16 строк
508 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 json // Importing contains metadata about a resource change that includes an import // action. // // Every field in here should be treated as optional as future versions do not // make a guarantee that they will retain the format of this change. // // Consumers should be capable of rendering/parsing the Importing struct even // if it does not have the ID field set. type Importing struct { ID string `json:"id,omitempty"` }