mirror of
https://github.com/opentofu/opentofu.git
synced 2026-02-12 07:13:18 -05:00
35 lines
No EOL
951 B
JSON
35 lines
No EOL
951 B
JSON
{
|
|
"format_version": "1.2",
|
|
"planned_values": {
|
|
"root_module": {}
|
|
},
|
|
"prior_state": {},
|
|
"configuration": {
|
|
"provider_config": {
|
|
"test": {
|
|
"full_name": "registry.opentofu.org/hashicorp/test",
|
|
"name": "test"
|
|
}
|
|
},
|
|
"root_module": {
|
|
"resources": [
|
|
{
|
|
"address": "test_instance.test",
|
|
"expressions": {
|
|
"ami": {
|
|
"references": [
|
|
"local.ami"
|
|
]
|
|
}
|
|
},
|
|
"mode": "managed",
|
|
"name": "test",
|
|
"provider_config_key": "test",
|
|
"schema_version": 0,
|
|
"type": "test_instance"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"errored": true
|
|
} |