github suzuki-shunsuke/tfcmt v4.5.0

latest releases: v4.13.0, v4.12.0, v4.11.0...
12 months ago

Pull Requests | Issues | v4.4.3...v4.5.0

Features

#880 #881 Add moved resources to the list of changed resources
#882 #884 Add imported resources to the list of changed resources

image

Add the template variables MovedResources and ImportedResources, which is a list of imported resources.

e.g.

MovedResources:
  - Before: null_resource.foo
    After: null_resource.bar
ImportedResources:
  - github_repository.tfcmt

Add the list of moved resources and imported resources to the built in template updated_resources.

If you use the default template, you don't have to do anything because the moved resources and imported resources are added to the default template.

Others

#855 #862 Upgrade Go v1.20.6 to v1.21.0

Don't miss a new tfcmt release

NewReleases is sending notifications on new releases.