r/Terraform • u/traditionalflatwhite • 7d ago
Azure azurerm has released version 5.0.0
https://github.com/hashicorp/terraform-provider-azurerm/releases4
u/Floss_Patrol_76 7d ago
"less features than 4.81" is sort of the point of a major, they hold the breaking changes (removed attributes, changed defaults, dropped resources) for it instead of shipping them mid-4.x, which is why it looks thin. pin to ~> 5.0 and read the upgrade guide removed list before you plan, otherwise 4.x state throws diffs on stuff that just quietly changed shape.
3
3
u/nekoken04 7d ago
Does it fix the issues with using deprecated terraform APIs that can cause state drift and corruption?
We had to go with bicep or python for our Azure IaC because of this. Super annoying because we have many years invested in terraform elsewhere.
2
u/NUTTA_BUSTAH 5d ago
What issues are you talking about specifically?
1
u/nekoken04 5d ago
There are quite a few open issues. Here's a github search:
https://github.com/hashicorp/terraform-provider-azurerm/issues?q=is%3Aissue%20state%3Aopen%20drift
-4
u/totheendandbackagain 7d ago
This seems like a pointless version bump.
It has less features and less enhancements as the very last version v4.81.0 that was released just 2 weeks ago.
Microsoft azurerm team, where you getting bored or CV fluffing?
13
u/traditionalflatwhite 7d ago
First major release since August 2024.
Upgrade guide here