Please vote on this issue by adding a :thumbsup: reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
When creating or updading KV, only control plane operations should be used.
Actual Behaviour
As we have common DNS which server names from DNS across all segregated networks, KV IP is resolved from network which is not accessible (as it shouldn't be for dataplane operations). This causes plan and apply to take about 5 minutes just hanging before continuing.
This probably relates at least to contacts update, as similar waiting was not present with version 3.103.1.
Steps to Reproduce
terraform apply
Add to hosts file the KV hostname with IP e.g. 10.254.254.254 (IP that shouldn't be reachable)
terrafrom plan
Even without changes plan takes now around 5 minutes. Log has just:
2024-08-16T07:50:17.912+0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
Is there an existing issue for this?
Community Note
Terraform Version
1.9.4
AzureRM Provider Version
3.114.0
Affected Resource(s)/Data Source(s)
azurerm_key_vault
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
When creating or updading KV, only control plane operations should be used.
Actual Behaviour
As we have common DNS which server names from DNS across all segregated networks, KV IP is resolved from network which is not accessible (as it shouldn't be for dataplane operations). This causes plan and apply to take about 5 minutes just hanging before continuing.
This probably relates at least to contacts update, as similar waiting was not present with version 3.103.1.
Steps to Reproduce
terraform apply
terrafrom plan
Even without changes plan takes now around 5 minutes. Log has just:
Important Factoids
No response
References
No response