MCPcopy
hub / github.com/opentofu/opentofu / Diagnostics

Method Diagnostics

internal/command/views/output.go:65–69  ·  view source on GitHub ↗
(diags tfdiags.Diagnostics)

Source from the content-addressed store, hash-verified

63}
64
65func (m OutputMulti) Diagnostics(diags tfdiags.Diagnostics) {
66 for _, o := range m {
67 o.Diagnostics(diags)
68 }
69}
70
71// The OutputHuman implementation renders outputs in a format equivalent to HCL
72// source. This uses the same formatting logic as in the console REPL.

Callers

nothing calls this directly

Calls 1

DiagnosticsMethod · 0.65

Tested by

no test coverage detected