We just did an upgrade and we have the following versions of the providers:
- hashicorp/azurerm v3.12.0
- hashicorp/azuread v2.25.0
And we get this error while applying for a resource that is deployed 5/6 moths ago
parsing “/subscriptions//resourceGroups//providers/Microsoft.Communication/CommunicationServices/*-communcation”: parsing segment “staticCommunicationServices”: expected the segment “CommunicationServices” to be “communicationServices”
This is the CDK code:
const communicationService = new CommunicationService(scope, `${id} communication service`, {
name: `${id}-communcation`,
resourceGroupName: rg.name,
dataLocation: "United States",
});
Any ideas on how to resolve this so we can continue working?
Error parsing segment "staticResourceGroups": expected the segment "resourcegroups" to be "resourceGroups" · Issue #14456 · hashicorp/terraform-provider-azurerm · GitHub - This issue is not helping