backend/local: Remove unused const DefaultDataDir.
Not to be confused with the const of the same name in the "command" package.
This commit is contained in:
parent
fe4cfd03b5
commit
ce85600cd4
|
@ -23,7 +23,6 @@ const (
|
|||
DefaultWorkspaceDir = "terraform.tfstate.d"
|
||||
DefaultWorkspaceFile = "environment"
|
||||
DefaultStateFilename = "terraform.tfstate"
|
||||
DefaultDataDir = ".terraform"
|
||||
DefaultBackupExtension = ".backup"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue