Skip to content

v3.2.0-2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 13:54
· 1648 commits to main since this release
300ea9a

Pull Requests | Issues | v3.2.0-1...v3.2.0-2

Feature

#199 #249 Add the configuration option plan_patch

Follow up #245

Support configuring tfcmt plan's patch in configuration file

plan_patch: true

The command line option -patch takes precedence over configuration file option plan_patch.

If you want to disable patching although plan_patch is true, please set -patch=false.

$ tfcmt plan -patch=false -- terraform plan -no-color