mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-04 17:00:50 -05:00
The prior state recorded in the plans did not match the actual prior state. Make the plans and state match depending on whether there was existing state or not.
45 lines
894 B
JSON
45 lines
894 B
JSON
{
|
|
"version": 4,
|
|
"terraform_version": "0.12.0",
|
|
"serial": 7,
|
|
"lineage": "configuredUnchanged",
|
|
"outputs": {
|
|
"test": {
|
|
"value": "bar",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"resources": [
|
|
{
|
|
"mode": "managed",
|
|
"type": "test_instance",
|
|
"name": "test",
|
|
"provider": "provider[\"registry.terraform.io/hashicorp/test\"]",
|
|
"instances": [
|
|
{
|
|
"schema_version": 0,
|
|
"attributes": {
|
|
"ami": "foo",
|
|
"id": "placeholder"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"mode": "managed",
|
|
"type": "test_instance",
|
|
"name": "test-delete",
|
|
"provider": "provider[\"registry.terraform.io/hashicorp/test\"]",
|
|
"instances": [
|
|
{
|
|
"schema_version": 0,
|
|
"attributes": {
|
|
"ami": "foo",
|
|
"id": "placeholder"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|