Closed vkamlesh closed 2 years ago
I am facing the same issue!
Hey all. This issue is a duplicate of #16561 and has been fixed with #16597. That fix should go out with 3.5.0 of the provider later this week
This functionality has been released in v3.5.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.1.8
AzureRM Provider Version
3.2.0
Affected Resource(s)/Data Source(s)
ServiceBusQueueAuthorizationRuleRead
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
terraform plan command should run successfully.
Actual Behaviour
terraform-provider-azurerm_v3.2.0_x5 plugin crashed.
Steps to Reproduce
Update the following block in provider.tf.
terraform { required_version = "= 1.1.8" required_providers { azuread = { source = "hashicorp/azuread" version = "~>2.20.0" } azurerm = { source = "hashicorp/azurerm" version = "~>3.2.0" } } }
Important Factoids
Running AKS in AP and EU region.
References
I didn't find any related open issues.