diff --git a/terraform/diff.go b/terraform/diff.go index 97b7e32d9..d11440c4c 100644 --- a/terraform/diff.go +++ b/terraform/diff.go @@ -147,6 +147,7 @@ func (d *Diff) String() string { // ResourceDiff is the diff of a resource from some state to another. type ResourceDiff struct { Attributes map[string]*ResourceAttrDiff + Destroy bool } // ResourceAttrDiff is the diff of a single attribute of a resource.