Has anyone started getting storage account connection errors when creating or updating storage accounts in terraform? I am receiving TLS handshake errors when terraform attempts to read the static website piece of the storage account. The storage account is open to the public as well. First started noticing this issue on 2/9/2026.
│ Error: encoding Storage Account (Subscription: “76825d05-”
│ Resource Group Name: “AGV-L-PALMS-SYNAPSE-RGP-06-001”
│ Storage Account Name: “agvpalmsdlsta06xxx”): retrieving static website properties for Storage Account (Subscription: “76825d05-”
│ Resource Group Name: “AGV-L-PALMS-SYNAPSE-RGP-06-001”
│ Storage Account Name: “agvpalmsdlsta06xxx”): executing request: Get “https://agvpalmsdlsta06xxx.blob.core.usgovcloudapi.net/?comp=properties&restype=service”: remote error: tls: handshake failure
│
│ with azurerm_storage_account.synapse,
│ on storage_acct.tf line 8, in resource “azurerm_storage_account” “synapse”:
│ 8: resource “azurerm_storage_account” “synapse” {
│