mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-22 01:00:56 -04: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.
30 lines
698 B
JSON
30 lines
698 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": "bar",
|
|
"id": "placeholder"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|