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
sku = "Standard"
tags = {
"environment" = "prod"
"pattern" = "choreo-prod"
"project" = "choreo"
"terraform" = "true"
}
~ zone_redundant = false -> true
}
Plan: 0 to add, 1 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
Panic Output
Error: eventhub.NamespacesClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="BadRequest" Message="Updating the ZoneRedundant property on a namespace is not supported. CorrelationId: 4028e511-43cc-622e-f7ae-9c2bf0e5d980"
on ../../../modules/azurerm/EventHub-Namespace/eventhub_namespace.tf line 1, in resource "azurerm_eventhub_namespace" "eventhub_namespace":
1: resource "azurerm_eventhub_namespace" "eventhub_namespace" {
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Aug 9, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_eventhub_namespace
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Enable zone_redundant in eventhub namespace.
Actual Behavior
Terraform fails
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: