-
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_monitor_diagnostic_setting": parsing segment "staticResourceGroups": expected the segment "resourcegroups" to be "resourceGroups" #18346
Comments
Any updates on this as this essentially blocks us from moving forward in versions. Last working version is azurerm 3.18 |
@cvs79 instead of /subscriptions/220f340e-843d-4799-8b2d-99e74b1198d2/resourcegroups/testing-rg/providers/microsoft.operationalinsights/workspaces/testing-law Then delete the Diagnostic Setting in Azure and run Maybe that helps. |
`azurerm_monitor_diagnostic_settings`: fix casing parsing `azurerm_user_assigned_identity`: fix casing parsing `azurerm_security_center_workspace`: fix casing parsing Fixes hashicorp#18346 Fixes hashicorp#14853 Fixes hashicorp#18360
This functionality has been released in v3.24.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.9
AzureRM Provider Version
3.22.0
Affected Resource(s)/Data Source(s)
azurerm_monitor_diagnostic_setting
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Should work.
Basically same issue as #18235.
But it seems it was fixed in 3.22.0 for
azurerm_log_analytics_solution
only. So filing an other issue forazurerm_monitor_diagnostic_setting
resource which has the same problem which needs a fix as well.Actual Behaviour
New configuration (were persumumely no state is present) it works but for existing configuration / deployment with an existing state terraform apply or plan fails with the error: "parsing segment "staticResourceGroups": expected the segment "resourcegroups" to be "resourceGroups""
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: