-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
azurem_storage_account tries to recreate network_rules every plan #26854
Comments
@mtslzr The
So please follow the document and remove the |
Apologies. We haven't made any changes around |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Is there an existing issue for this?
Community Note
Terraform Version
1.9.1
AzureRM Provider Version
3.113.0
Affected Resource(s)/Data Source(s)
azurerm_storage_account
Terraform Configuration Files
Debug Output/Panic Output
Example of an update-in-place:
Expected Behaviour
There should be no changes to the
azurerm_storage_account
Actual Behaviour
Plans with no changes to
azurerm_storage_account
show it being updated-in-place with thenetwork_rules
(that already exist) being added. Applying the change does not change anything.Steps to Reproduce
Create an
azurerm_storage_account
resource as above, apply it, then make an unrelated change in the same workspace.Seems to have started after updating the provider to 3.113.0 (though not 100% on this).
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: