From 34c4fd316d0c2bdbe94013acddf6bc44064ff4da Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 11 Oct 2018 14:18:01 -0700 Subject: [PATCH] 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. --- .../backend-unchanged/.terraform/terraform.tfstate | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/command/test-fixtures/backend-unchanged/.terraform/terraform.tfstate b/command/test-fixtures/backend-unchanged/.terraform/terraform.tfstate index 073bd7a82..122adb812 100644 --- a/command/test-fixtures/backend-unchanged/.terraform/terraform.tfstate +++ b/command/test-fixtures/backend-unchanged/.terraform/terraform.tfstate @@ -5,9 +5,10 @@ "backend": { "type": "local", "config": { - "path": "local-state.tfstate" + "path": "local-state.tfstate", + "workspace_dir": null }, - "hash": 9073424445967744180 + "hash": 4282859327 }, "modules": [ {