mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
remove extra brackets in state string output
This commit is contained in:
parent
9c75cfd403
commit
a0f92f9d6a
@ -55,9 +55,7 @@ func (s *State) String() string {
|
||||
buf.WriteByte('.')
|
||||
buf.WriteString(step.Name)
|
||||
if step.InstanceKey != addrs.NoKey {
|
||||
buf.WriteByte('[')
|
||||
buf.WriteString(step.InstanceKey.String())
|
||||
buf.WriteByte(']')
|
||||
}
|
||||
}
|
||||
buf.WriteString(":\n")
|
||||
|
Loading…
Reference in New Issue
Block a user