/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/providers-schema/basic/output.json
60 строк
2 KB
Alisdair McDiarmid
json-output: Release format version 1.0
06 окт 2021, 18:13
06 окт 2021, 18:13
b9f3dab
Код
Авторство
О чём код?
{ "format_version": "1.0", "provider_schemas": { "registry.terraform.io/hashicorp/test": { "provider": { "version": 0, "block": { "attributes": { "region": { "description_kind": "plain", "optional": true, "type": "string" } }, "description_kind": "plain" } }, "resource_schemas": { "test_instance": { "version": 0, "block": { "attributes": { "ami": { "type": "string", "optional": true, "description_kind": "plain" }, "id": { "type": "string", "optional": true, "computed": true, "description_kind": "plain" }, "volumes": { "nested_type": { "nesting_mode": "list", "attributes": { "size": { "type": "string", "required": true, "description_kind": "plain" }, "mount_point": { "type": "string", "required": true, "description_kind": "plain" } } }, "description_kind": "plain", "optional": true } }, "description_kind": "plain" } } } } } }