Skip to content

v4.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 02:13
· 816 commits to main since this release
v4.5.0
3834282

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