terraform: remove ModuleDiff.GoString
To address comments by @jbardin re: if we had a mutex this will fail vet.
This commit is contained in:
parent
e2c415a87e
commit
35d1868618
|
@ -311,10 +311,6 @@ func (d *ModuleDiff) String() string {
|
||||||
return buf.String()
|
return buf.String()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (d *ModuleDiff) GoString() string {
|
|
||||||
return fmt.Sprintf("*%#v", *d)
|
|
||||||
}
|
|
||||||
|
|
||||||
// InstanceDiff is the diff of a resource from some state to another.
|
// InstanceDiff is the diff of a resource from some state to another.
|
||||||
type InstanceDiff struct {
|
type InstanceDiff struct {
|
||||||
mu sync.Mutex
|
mu sync.Mutex
|
||||||
|
|
Loading…
Reference in New Issue