command: Update backend-unchanged fixture for new expectations

Our serialization of the backend configuration has changed slightly for
Terraform 0.12 due to reimplementing it in terms of the HCL2 types, so
the base case that should be unchanged during the test needs to be
changed.
This commit is contained in:
Martin Atkins 2018-10-11 14:18:01 -07:00
parent 34ebde0b95
commit 34c4fd316d
1 changed files with 3 additions and 2 deletions

View File

@ -5,9 +5,10 @@
"backend": {
"type": "local",
"config": {
"path": "local-state.tfstate"
"path": "local-state.tfstate",
"workspace_dir": null
},
"hash": 9073424445967744180
"hash": 4282859327
},
"modules": [
{