You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no explicit error or output. Running this code against a resource that has the Network.DNS.EnableProxy flag set does not detect any changes in the config but unsets the flag because the backend Azure API call expects all parameters to be set otherwise the params which are not set are explicitly disabled.
Expected Behaviour
Another flag added to the firewall config which can set/unset that Network.DNS.EnableProxy flag
When an Azure firewall (with DNS proxy enabled) is imported into the resource and the code is re-run, Terraform doesn't detect any changes but in the background it disables the Network.DNS.EnableProxy flag
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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.3.8
AzureRM Provider Version
3.43.0
Affected Resource(s)/Data Source(s)
azurerm_firewall
Terraform Configuration Files
Debug Output/Panic Output
There's no explicit error or output. Running this code against a resource that has the Network.DNS.EnableProxy flag set does not detect any changes in the config but unsets the flag because the backend Azure API call expects all parameters to be set otherwise the params which are not set are explicitly disabled.
Expected Behaviour
Another flag added to the firewall config which can set/unset that Network.DNS.EnableProxy flag
Actual Behaviour
When an Azure firewall (with DNS proxy enabled) is imported into the resource and the code is re-run, Terraform doesn't detect any changes but in the background it disables the Network.DNS.EnableProxy flag
Steps to Reproduce
No response
Important Factoids
No
References
azurerm_firewall: Enable DNS Proxy + Azure provided DNS · Issue #9184 · hashicorp/terraform-provider-azurerm · GitHub
The text was updated successfully, but these errors were encountered: