Open sander-verhoeven opened 1 day ago
We too are seeing the same issue.
Hi folks - this relates to a change that was made to the go-azure-sdk
client library to be able to surface non-recoverable network failures. Whilst this went through significant testing, we're not able to cover every possible scenario. We're looking into this as a matter of urgency, so please bear with us.
@jackofallops :
We too are experiencing :
Is there an existing issue for this?
Community Note
Terraform Version
1.9.8
AzureRM Provider Version
4.9.0
Affected Resource(s)/Data Source(s)
azurerm_servicebus_queue
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
After moving above v4.8.0 we experience timeouts on different resources. as example servicebus queue is used. We expect not to see any timeouts
Actual Behaviour
Get "https://management.azure.com/subscriptions/XXXXXXXXXX-XXXX-XXXX-XXXXXXXXXX/resourceGroups/RESOURCEGROUPNAME/providers/Microsoft.ServiceBus/namespaces/SERVICEBUS/queues/QUEUENAME?api-version=2021-06-01-preview": dial tcp 4.150.240.10:443: connect: connection timed out
This is also for the other IP 4.150.241.10 which is also in the Debug log.
Steps to Reproduce
Agent is hosted on azure ubuntu vm 22.04 (docker agent) outbound traffic goes over the azure firewall
Run terraform plan.
Issue always occurs on large plans. For smaller plans this occurs only sometimes.
could this have something to do with the update of packages:
dependencies - update go-azure-sdk to v0.20241104.1140654 (https://github.com/hashicorp/terraform-provider-azurerm/issues/27896) dependencies - update go-azure-helpers to v0.71.0 (https://github.com/hashicorp/terraform-provider-azurerm/issues/27897) dependencies - update golang-jwt to v4.5.1 (https://github.com/hashicorp/terraform-provider-azurerm/issues/27938)
Important Factoids
No response
References
No response