azurerm_log_analytics_workspace_table looks for resource group in wrong subscription #27564
Closed
1 task done
Labels
Milestone
Is there an existing issue for this?
Community Note
Terraform Version
1.7.4
AzureRM Provider Version
4.4.0
Affected Resource(s)/Data Source(s)
azurerm_log_analytics_workspace_table
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Resource group for the Log Analytics Workspace should be looked at in correct subscription, as the subscription ID
is present in
workspace_id
variable, and the table retention should be updated correctly.Actual Behaviour
We get an unexpected status 404 (404 Not Found) with error: ResourceGroupNotFound: Resource group 'rg-test-csz-7fc24b' could not be found. It appears the azurerm provider is looking for the resource group in the wrong subscription.
Steps to Reproduce
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: