mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-18 18:29:44 -05:00
remove unused function
This commit is contained in:
parent
93f4c1b9b4
commit
b003de9c1f
1 changed files with 0 additions and 7 deletions
|
|
@ -817,13 +817,6 @@ func (m *Meta) SetWorkspace(name string) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// isAutoVarFile determines if the file ends with .auto.tfvars or .auto.tfvars.json
|
||||
// TODO: remove here
|
||||
func isAutoVarFile(path string) bool {
|
||||
return strings.HasSuffix(path, ".auto.tfvars") ||
|
||||
strings.HasSuffix(path, ".auto.tfvars.json")
|
||||
}
|
||||
|
||||
// FIXME: as an interim refactoring step, we apply the contents of the state
|
||||
// arguments directly to the Meta object. Future work would ideally update the
|
||||
// code paths which use these arguments to be passed them directly for clarity.
|
||||
|
|
|
|||
Loading…
Reference in a new issue