Pull Requests | Issues | v4.14.9...v4.14.10
Fixes
#1871 Fix HasNoChanges condition in parser @nakamasato
Add Plan: 0 to add, 0 to change, 0 to destroy.
to the regular expression condition for no changes
.
Previously, in some cases tfcmt plan
would set the label add-or-update
even though no resources were added, changed, or destroyed.
e.g.
- Resources are moved using the
moved
block - Output values are changed
This release updates the behaviour.
From now on, tfcmt will set the label no-changes
if no resources are added, changed, or destroyed.