From d170507a178486f59bab76c1cf846282ee39ff7c 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 073bd7a822..122adb8123 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": [ {