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
parsing "/subscriptions/[SubscriptionId]/resourcegroups/monitoring-dev-rg/providers/microsoft.operationalinsights/workspaces/monitoring-dev-log": parsing segment "staticResourceGroups": expected the segment "resourcegroups" to be "resourceGroups"
with azurerm_application_insights.kimAppInsight,
on appinsights.tf line 6, in resource "azurerm_application_insights""kimAppInsight":
workspace_id = var.ANALYTIC_WORKSPACE_ID
Expected Behaviour
The command terraform apply works well when using azurrm provider v3.32, the id given to workspace is correct i double checked it using azure CLI.
Actual Behaviour
No response
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
Hi @Pumkko, seems there is a change in v3.33 and you could try to replace resourcegroups in var.ANALYTIC_WORKSPACE_ID with resourceGroups to resolve this issue.
Hi @Pumkko, seems there is a change in v3.33 and you could try to replace resourcegroups in var.ANALYTIC_WORKSPACE_ID with resourceGroups to resolve this issue.
Thanks for your reply, i did try that but the problem persisted, right now we avoid the issue by using version 3.32
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.3.5
AzureRM Provider Version
3.33
Affected Resource(s)/Data Source(s)
azurerm_application_insights
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The command
terraform apply
works well when using azurrm provider v3.32, the id given to workspace is correct i double checked it using azure CLI.Actual Behaviour
No response
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: