You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/command/testdata/show-json/plan-error/output.json

37 lines
998 B

{
"format_version": "1.2",
"applyable": false,
"complete": false,
"planned_values": {
"root_module": {}
},
"prior_state": {},
"configuration": {
"provider_config": {
"test": {
"full_name": "registry.terraform.io/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
}