Skip to content

Commit 07e4d23

Browse files
committed
Allow (m *Meta) Backend to return warning diagnostics
1 parent b8d7e1e commit 07e4d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/command/meta_backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ func (m *Meta) Backend(opts *BackendOpts) (backendrun.OperationsBackend, tfdiags
255255
}
256256
}
257257

258-
return local, nil
258+
return local, diags
259259
}
260260

261261
// selectWorkspace gets a list of existing workspaces and then checks

0 commit comments

Comments
 (0)