mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-23 07:33:32 -06:00
Remove encryption diags from autocomplete (#1793)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
parent
76e2d7c4fc
commit
5f1509d8c7
@ -58,7 +58,6 @@ func (m *Meta) completePredictWorkspaceName() complete.Predictor {
|
||||
// Load the encryption configuration
|
||||
enc, encDiags := m.Encryption()
|
||||
if encDiags.HasErrors() {
|
||||
m.showDiagnostics(encDiags)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user