/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/show-json/nested-modules/output.json
100 строк
3 KB
Daniel Banck
Use configuration values for jsonconfig
04 мар 2026, 13:45
04 мар 2026, 13:45
b6804e2
Код
Авторство
О чём код?
{ "format_version": "1.0", "applyable": true, "complete": true, "planned_values": { "root_module": { "child_modules": [ { "address": "module.my_module", "child_modules": [ { "resources": [ { "address": "module.my_module.module.more.test_instance.test", "mode": "managed", "type": "test_instance", "name": "test", "provider_name": "registry.terraform.io/hashicorp/test", "schema_version": 0, "values": { "ami": "bar-var" }, "sensitive_values": {} } ], "address": "module.my_module.module.more" } ] } ] } }, "resource_changes": [ { "address": "module.my_module.module.more.test_instance.test", "module_address": "module.my_module.module.more", "mode": "managed", "type": "test_instance", "name": "test", "provider_name": "registry.terraform.io/hashicorp/test", "change": { "actions": ["create"], "before": null, "after": { "ami": "bar-var" }, "after_unknown": { "id": true }, "after_sensitive": {}, "before_sensitive": false } } ], "configuration": { "provider_config": { "module.my_module.module.more:test": { "module_address": "module.my_module.module.more", "name": "test", "full_name": "registry.terraform.io/hashicorp/test" } }, "root_module": { "module_calls": { "my_module": { "source": "./modules", "module": { "module_calls": { "more": { "source": "./more-modules", "module": { "resources": [ { "address": "test_instance.test", "mode": "managed", "type": "test_instance", "name": "test", "provider_config_key": "module.my_module.module.more:test", "expressions": { "ami": { "references": ["var.test_var"] } }, "schema_version": 0 } ], "variables": { "test_var": { "default": "bar-var" } } } } } } } } } } }