v4.4.2
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.
* 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.