v0.9.0
0.9.0 (Nov 16, 2022)
ENHANCEMENTS:
- Importing resources in parallel - rather than in serial. The default parallelism is set to 10. Users can change it via the option
--parallelism
(#260) - Supports Terraform AzureRM provider v3.31.0 (#302)
BUG FIXES:
- Handle multiple azure resources having the same Terraform IDs when resolving Terraform dependencies by adding a comment containing all the candidates and let users to choose (#251)
- Fix panic in azlist (#262)
- Avoid using
os.Rename()
to move files as it doesn't work for Windows when moving files across drives (#269) - In resource mode, handle Terraform address conflicts on multiple same typed prop-like resources (previously we incorrectly assume there will be only one such resource) (#281)
- Fix some incorrect import specs in aztft (#294, #299, #300)