mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-11 00:22: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
|
// Load the encryption configuration
|
||||||
enc, encDiags := m.Encryption()
|
enc, encDiags := m.Encryption()
|
||||||
if encDiags.HasErrors() {
|
if encDiags.HasErrors() {
|
||||||
m.showDiagnostics(encDiags)
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user