terraform/command/testdata/state-push-bad-lineage/replace.tfstate

18 lines
320 B
JSON

{
"version": 3,
"serial": 2,
"lineage": "hello",
"modules": [
{
"path": ["root"],
"outputs": {
"foo": {
"type": "string",
"value": "baz"
}
},
"resources": {}
}
]
}