From ce85600cd4b187415c1d20e930f3f4e32e698717 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 12 Sep 2017 08:20:07 +0200 Subject: [PATCH] backend/local: Remove unused const DefaultDataDir. Not to be confused with the const of the same name in the "command" package. --- backend/local/backend.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/local/backend.go b/backend/local/backend.go index 054a4659bc..4bab00836f 100644 --- a/backend/local/backend.go +++ b/backend/local/backend.go @@ -23,7 +23,6 @@ const ( DefaultWorkspaceDir = "terraform.tfstate.d" DefaultWorkspaceFile = "environment" DefaultStateFilename = "terraform.tfstate" - DefaultDataDir = ".terraform" DefaultBackupExtension = ".backup" )