mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-29 10:21:01 -06:00
format/state: added missing newline in the outputs
output (#19542)
This commit is contained in:
parent
98c8ac0862
commit
e3cecb7d56
@ -73,6 +73,7 @@ func State(opts *StateOpts) string {
|
||||
v := m.OutputValues[k]
|
||||
p.buf.WriteString(fmt.Sprintf("%s = ", k))
|
||||
p.writeValue(v.Value, plans.NoOp, 0)
|
||||
p.buf.WriteString("\n\n")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user