0.18.0 (Jun 16, 2025)
FEATURES
- New options to exclude resources to be exported:
--exclude-[terraform|azure]-resource(-file)
(#620) - Generated configuration will contain unambiguous resource id references (previously, the resource id was generated verbatim, together with an explicit dependency on the target resource via the
depends_on
) (#625) - Support terraform-provider-azurerm v4.33.0 (#630)
- Support terraform-provider-azapi v2.4.0 (#630)
BUG FIXES
- Update
tfadd
for a fix to remove zero/default value attribute only for optional attribute (#627)
DEPENDENCIES
- Remove transitive dependency on
github.com/golang-jwt/jwt/v3
andgithub.com/golang-jwt/jwt/v4
(#619)