Loading...
Loading...
### Terraform Version ```shell Terraform v1.10.5 on darwin_arm64 + provider registry.terraform.io/hashicorp/azurerm v4.20.0 + provider registry.terraform.io/hashicorp/external v2.3.4 ``` ### Terraform Configuration Files ``` resource "azurerm_resource_group" "example" { name = "terraform-signalr" location = "eastus" } resource "azurerm_signalr_service" "example" { name = "tfex-signalr" location = azurerm_resource_group.example.location resource_group_name = azurerm_resource_group.example.name sku { name = "Free_F1" capacity = 1 } cors { allowed_origins = ["*"] } public_network_access_enabled = true service_mode = "Default" } ``` ### Debug Output [errlog.txt](https://github.com/user-attachments/files/18904915/errlog.txt) ### Expected Behavior It should create the signalr resource ### Actual Behavior ``` azurerm_signalr_service.example: Creating... ╷ │ Error: creating Signal R (Subscription: "xxx" │ Resource Group Name: "terraform-signalr" │ Signal R Name: "tfex-signalr"): performing CreateOrUpdate: unexpected status 400 (400 Bad Request) with error: BadArgument: Leaf domain tfex-signalr is already in use. Please use a different resource name. │ │ with azurerm_signalr_service.example, │ on signalr.tf line 6, in resource "azurerm_signalr_service" "example": │ 6: resource "azurerm_signalr_service" "example" { │ ╵ Releasing state lock. This may take a few moments... ``` ### Steps to Reproduce terraform init terraform apply ### Additional Context _No response_ ### References _No response_ ### Generative AI / LLM assisted development? _No response_
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.