-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Azure Storage dns_endpoint_type -> forces replacement #25424
Comments
@sai-gunaranjan Can you please elaborate more about the reproduce steps, as I assume this issue has been resolved by #25367 already? |
@sai-gunaranjan I've done some testing with v3.96.0, v3.97.0 and v3.97.1, and have been unable to reproduce this issue using v3.97.1. I've tried upgrading in various steps, with configs having If you are experiencing this issue with v3.97.1, do you have specific steps we can take, with full configs, to replicate the issue? Thanks! |
@manicminer @magodo we are also having trouble reproducing the issue now in our environments. |
Hi! I'm seeing this behaviour too when attempting to upgrade from 3.94.0 to 3.97.1 (never used/tried 3.97.0). I'm on Terraform 1.7.5. Plan snippet:
Code snippets:
../modules/hub:
|
@robbert-nlo @sai-gunaranjan out of interest are you running Thanks! |
@tombuildsstuff Ah yes, that's it. The pipeline this is running is using |
@tombuildsstuff yes. in this instance we did have in |
I am able to reproduce the issue now, earlier in our test envi we did not use Steps used:
|
@sai-gunaranjan per the Terraform docs:
Which is what's happening here - as such you'll need to do a Since this issue is specific to using Thanks! |
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.3.9
AzureRM Provider Version
3.97.1
Affected Resource(s)/Data Source(s)
azurerm_storage_account
Terraform Configuration Files
In AzureRM Storage account by setting `dns_endpoint_type` to `null` its forcing redeployment resulting in deleting and recreation of storage accounts
Debug Output/Panic Output
Expected Behaviour
no change as that field was not defined.
Actual Behaviour
terraform delete and recreated the accounts during the Terraform apply stage. however running Terraform plan it did not show these accounts were going to be recreated
Steps to Reproduce
Terraform Apply using 1.3.9 and AzureRM provider 3.97.1
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: