Skip to content

v4.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 06:45
· 884 commits to main since this release
v4.4.2
49d3663

Pull Requests | Issues | v4.4.1...v4.4.2

Fixes

#823 #824 Fix summaries of tainted resources
#829 #831 Fix summaries of resources replaced by terraform's -replace options

tfcmt parses the output of terraform and outputs the list of replaced resources as the following.

image
* Replace
  * null_resource.foo

But tfcmt didn't parse the output of terraform well and the above list wasn't outputted properly when some resources were replaced by terraform's taint command or -replace option.

This release fixes the bug.