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
data.azurerm_storage_table_entity.example: Reading...
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: parsing Account ID: expected the account "" to use a domain suffix of "core.windows.net"
│
│ with data.azurerm_storage_table_entity.example,
│ on aa.tf line 1, in data "azurerm_storage_table_entity""example":
│ 1: data "azurerm_storage_table_entity""example" {
│
╵
Expected Behaviour
Return the storage table entity
Actual Behaviour
Error above returned when using v3.96.0 of the azurerm provider. Working on 3.95.0 and below.
Steps to Reproduce
terraform init, using the v3.96.0 provider
terraform plan / terraform apply
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.7.5
AzureRM Provider Version
3.96.0
Affected Resource(s)/Data Source(s)
azurerm_storage_table_entity
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Return the storage table entity
Actual Behaviour
Error above returned when using v3.96.0 of the azurerm provider. Working on 3.95.0 and below.
Steps to Reproduce
terraform init, using the v3.96.0 provider
terraform plan / terraform apply
Important Factoids
No response
References
#24798
terraform-provider-azurerm/internal/services/storage/storage_table_entity_data_source.go
Line 86 in ccdb7fa
The text was updated successfully, but these errors were encountered: