mirror of https://github.com/hashicorp/terraform
Previously the plan summary output would consider -/+ diffs as changes even though they actually destroy and create instances. This was misleadning and inconsistent with the accounting that gets done for the similar summary written out after "apply". Instead we now count the -/+ diffs as both adds and removes, which should mean that the counts output in the plan summary should match those in the apply summary, as long as no errors occur during apply. This fixes #3163.pull/3173/head
parent
c777f8c95b
commit
7c56550633
Loading…
Reference in new issue