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
Error: ID was missing the 'resourceGroups' element
September 29th 2022 17:58:17Error
on patching.tf line 46, in resource "azurerm_automation_software_update_configuration""example":
September 29th 2022 17:58:17Error
46: scope = [data.azurerm_subscription.current.id]
Expected Behaviour
Expected to be able to apply azurerm_automation_software_update_configuration with subscription id provided for the scope of the azure_query block rather than resourceGroup ids
Actual Behaviour
"Error: ID was missing the 'resourceGroups' element" when attempting to apply azurerm_automation_software_update_configuration with subscription id provided for the scope of the azure_query block
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
@daisy-timms-xlab Thanks for taking the time to submit this issue. It looks like this is a duplicate of #18835 which has been resolved. I am going to go ahead and close this issue.
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.
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
0.14.5
AzureRM Provider Version
3.25.0
Affected Resource(s)/Data Source(s)
azurerm_automation_software_update_configuration
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Expected to be able to apply
azurerm_automation_software_update_configuration
with subscription id provided for the scope of the azure_query block rather than resourceGroup idsActual Behaviour
"Error: ID was missing the 'resourceGroups' element" when attempting to apply
azurerm_automation_software_update_configuration
with subscription id provided for the scope of the azure_query blockSteps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: