mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user