-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurerm_eventhub_authorization_rule Error: empty non-retryable error received. #12474
Comments
It worked fine with v2.64, but it breaks from v2.65 and later. The only related commits are:
Commit 9b5e6f4 solves warnings about retryable errors. That's what the error is mentioning too, but I don't think that a lint disable could cause this. So I guess it's commit d81429c that introduces this issue. |
Downgrading is not at all feasible. |
any workaround or fix for this issue ? im using azure rm 2.67 and terraform 1.0.2 |
duplicate of #12387 |
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. |
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_eventhub_authorization_rule
Terraform Configuration Files
Debug Output
Panic Output
Expected Behaviour
Shared Access Policy Created without error
Actual Behaviour
Terraform crashes with error:
but Shared Access Policy created
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: