terraform: diff has Destroy flag

This commit is contained in:
Mitchell Hashimoto 2014-06-24 12:54:05 -07:00
parent d54034d0b5
commit 9c024994b7
1 changed files with 1 additions and 0 deletions

View File

@ -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.