-
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
New azurerm 3.25.0 error while parsing azurerm_log_analytics_cluster Identity block #18447
Comments
It started at 3.21.0 release, where there were other parsing issues: #18235 |
@catriona-m, I believe this change in log_analytics_cluster resource causes the parsing error I have reported. The issue has been introduces in 3.21 and persists in the latest version. I believe it is in line 152, but I am not sure, and it would be great, if you had time to look at this issue. |
This functionality has been released in v3.27.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. |
Is there an existing issue for this?
Community Note
Terraform Version
1.2.7
AzureRM Provider Version
3.25.0
Affected Resource(s)/Data Source(s)
azurerm_log_analytics_cluster
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Parsing error should not occur.
Actual Behaviour
when running terraform plan parsing error occurs.
No changes have been applied to the cluster. The only possible value for identity type is "SystemAssigned". Other attributes are exported by the identity block: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/log_analytics_cluster
Steps to Reproduce
the cluster is configured as a part of a module. use the resource configuration and run terraform plan.
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: