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
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.