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
azurerm_eventhub_namespace_authorization_rule.gc: Refreshing state... [id=/subscriptions/xx-xx/resourceGroups/gcResourceGroup/providers/Microsoft.EventHub/namespaces/gcEventHubNamespace/authorizationRules/gcEventHubNamespaceAuthRule]
..
Error: Error making Read request on Azure EventHub Authorization Rule : eventhub.NamespacesClient#GetAuthorizationRule: Invalid input: autorest/validation: validation failed: parameter=authorizationRuleName constraint=MinLength value="" details: value length must be greater than or equal to 1
Panic Output
Expected Behavior
terraform apply should complete without errors.
Resource group gcResourceGroup and eventhub gcEventHub within eventhub namespace gcEventHubNamespace should be deployed and Auth Rule created on gcEventHubNamespace.
Actual Behavior
Resource group and all resources deployed but command ends with error.
Steps to Reproduce
Copy simple infra code and perform terraform apply
Important Factoids
References
#0000
The text was updated successfully, but these errors were encountered:
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
Jul 2, 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)
Terraform v0.12.26
for mac x64provider.azurerm v2.12.0
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
terraform apply
should complete without errors.Resource group
gcResourceGroup
and eventhubgcEventHub
within eventhub namespacegcEventHubNamespace
should be deployed and Auth Rule created ongcEventHubNamespace
.Actual Behavior
Steps to Reproduce
Copy simple infra code and perform
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: