-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for azurerm provider v4 #1123
Comments
Hi @stawik-mesa We haven't yet tested this module with AzureRM 4.0. If there are no breaking changes then we will update the provider version constraint. If there are we will await v7.0 of this module. |
Hi @matt-FFFFFF Thank you for the update. I just checked on the removed resources, none of them are used within this module. The only changes are on the following resources:
Not sure how this should be treated. For the changed default values from the provider, the "old" defaults could be set as default from the module instead of passing "null". And remove this with the next major release. What do you think? |
Thank you for this detailed analysis. It looks like breaking changes are likely, meaning we will have to target v7 |
We will test to confirm |
I am waiting for this too. (Commenting only so I can follow) |
Waiting as wel...(Following) |
Community Note
Description
Is your feature request related to a problem?
Unable to upgrade my code and use azurerm v4.0.1.
Describe the solution you'd like
Currently the version is pinned to
~> 3.107
. Therefore I am unable to upgrade to v4.Additional context
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/4.0-upgrade-guide
The text was updated successfully, but these errors were encountered: