/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/show-json-state/modules/output.json
54 строки
2 KB
Alisdair McDiarmid
json-output: Add output type to JSON format
27 апр 2022, 20:30
27 апр 2022, 20:30
12c8f94
Код
Авторство
О чём код?
{ "format_version": "1.0", "terraform_version": "0.12.0", "values": { "outputs": { "test": { "sensitive": false, "type": "string", "value": "baz" } }, "root_module": { "child_modules": [ { "resources": [ { "address": "module.module_test_bar.test_instance.example", "mode": "managed", "type": "test_instance", "name": "example", "provider_name": "registry.terraform.io/hashicorp/test", "schema_version": 0, "values": { "ami": "bar-var", "id": null }, "sensitive_values": {} } ], "address": "module.module_test_bar" }, { "resources": [ { "address": "module.module_test_foo.test_instance.example[0]", "mode": "managed", "type": "test_instance", "name": "example", "index": 0, "provider_name": "registry.terraform.io/hashicorp/test", "schema_version": 0, "values": { "ami": "foo-var", "id": null }, "sensitive_values": {} } ], "address": "module.module_test_foo" } ] } } }