Skip to content

update azurerm version

Igor Zimovets (EPAM) requested to merge upgrade-azurerm-version into master

All Submissions:


  • [YES] My code follows the code style of this project.

Current Behavior or Linked Issues


  • Current infrastructure use azurerm 2.98.0 which is very old, we are suggesting in the issue mentioned to upgrade azurerm to the latest version.
  • The azurerm upgrade will allow to use additional kv and secrets feature to not purge and allow soft delete, in azurerm 2.x, when secrets gets removed or changed, we might face and issue about not being able to purge due feature enabled in the kv, azure rm 3.x allows this and can handle this conditions.

Does this introduce a breaking change?


  • [NO] We had tested this in our internal environments and there are no major changes, but some warnings in the plan.

Other information


This is second part of the full upgrade, we will upgrade azurerm, which are very old as for now.

Related issue: #247 (closed)

Edited by Arturo Hernandez [EPAM]

Merge request reports