I've been scratching my head long enough on this one that I figure I would reach out to the community. I'm getting a 409 error when attempting to create an Azure storage account using the resource manager provider. My suspicion is that I have misconfigured my Azure account somehow. Any help from the community would be greatly appreciated.
azurerm_resource_group.testrg: Refreshing state... (ID: /subscriptions/vvvvvvvv-wwww-xxxx-yyyy-zzzzzzzzzzzz/resourceGroups/resourceGroupName)
azurerm_storage_account.testsa: Creating...
account_type: "" => "Standard_GRS"
location: "" => "westus"
name: "" => "storageaccountname"
primary_blob_endpoint: "" => "<computed>"
primary_file_endpoint: "" => "<computed>"
primary_location: "" => "<computed>"
primary_queue_endpoint: "" => "<computed>"
primary_table_endpoint: "" => "<computed>"
resource_group_name: "" => "resourceGroupName"
secondary_blob_endpoint: "" => "<computed>"
secondary_location: "" => "<computed>"
secondary_queue_endpoint: "" => "<computed>"
secondary_table_endpoint: "" => "<computed>"
tags.#: "" => "1"
tags.environment: "" => "staging"
Error applying plan:
1 error(s) occurred:
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with any resources that successfully completed. Please address the error above and apply again to incrementally change your infrastructure.