Skip to content

Commit 6803bef

Browse files
committed
warn on error
1 parent d1196ba commit 6803bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ func Provider(config *Config) plugin.ProviderFunc {
362362
ok, message, err := m.HasMultipleVariableSources()
363363
if err != nil {
364364
diags = append(diags, diag.Diagnostic{
365-
Severity: diag.Error,
365+
Severity: diag.Warning,
366366
Summary: "Error checking multiple variable sources",
367367
Detail: err.Error(),
368368
})

0 commit comments

Comments
 (0)