Inconsistency in creating storage account and creating the subdomain as queue #25261
Closed
1 task done
Labels
Milestone
Is there an existing issue for this?
Community Note
Terraform Version
v1.7.1
AzureRM Provider Version
v3.96.0
Affected Resource(s)/Data Source(s)
azurerm_storage_queue
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
azurerm_storage_queue.storage_queue: Creating...
azurerm_storage_queue.storage_queue: Creation complete after 1s [id=https://sttestpocqatest.queue.core.windows.net/testpoc-qatest-queue]
Actual Behaviour
Error: expected the subdomain type to be "queue" but got "table"
│
│ with azurerm_storage_queue.storage_queue,
│ on storage_account.tf line 45, in resource "azurerm_storage_queue" "storage_queue":
│ 45: resource "azurerm_storage_queue" "storage_queue" {
Steps to Reproduce
use azurerm provider 3.96.0
try to create a storage account and create a queue
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: