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
module.monitor.azurerm_monitor_action_group.this[0]: Still creating... [6m0s elapsed]
module.monitor.azurerm_monitor_action_group.this[0]: Still creating... [6m10s elapsed]
module.monitor.azurerm_monitor_action_group.this[0]: Still creating... [6m20s elapsed]
module.monitor.azurerm_monitor_action_group.this[0]: Still creating... [6m30s elapsed]
module.monitor.azurerm_monitor_action_group.this[0]: Still creating... [6m40s elapsed]
module.monitor.azurerm_monitor_action_group.this[0]: Still creating... [6m50s elapsed]
module.monitor.azurerm_monitor_action_group.this[0]: Still creating... [7m0s elapsed]
module.monitor.azurerm_monitor_action_group.this[0]: Still creating... [7m10s elapsed]
module.monitor.azurerm_monitor_action_group.this[0]: Still creating... [7m20s elapsed]
module.monitor.azurerm_monitor_action_group.this[0]: Still creating... [7m30s elapsed]
module.monitor.azurerm_monitor_action_group.this[0]: Still creating... [7m40s elapsed]
module.monitor.azurerm_monitor_action_group.this[0]: Still creating... [7m50s elapsed]
╷
│ Error: creating or updating Action Group: (Name "monitordefaultgwa" / Resource Group "rg-example-monitorgwa"): insights.ActionGroupsClient#CreateOrUpdate: Failure responding to request: StatusCode=500 -- Original Error: autorest/azure: Service returned an error. Status=500 Code="Unknown" Message="Unknown service error" Details=[{"code":"InternalError","message":null}]
│
│ with module.monitor.azurerm_monitor_action_group.this[0],
│ on ../../main.tf line 13, in resource "azurerm_monitor_action_group""this":
│ 13: resource "azurerm_monitor_action_group""this" {
│
╵
Expected Behaviour
finnish creating resources
Actual Behaviour
error's out with error :
Error: creating or updating Action Group: (Name "monitordefaultgwa" / Resource Group "rg-example-monitorgwa"): insights.ActionGroupsClient#CreateOrUpdate: Failure responding to request: StatusCode=500 -- Original Error: autorest/azure: Service returned an error. Status=500 Code="Unknown" Message="Unknown service error" Details=[{"code":"InternalError","message":null}]
│
│ with module.monitor.azurerm_monitor_action_group.this[0],
│ on ../../main.tf line 13, in resource "azurerm_monitor_action_group" "this":
│ 13: resource "azurerm_monitor_action_group" "this" {
if itsm_receiver configuration is removed resources are created properly without any error.
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
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.2.7
AzureRM Provider Version
3.19.1
Affected Resource(s)/Data Source(s)
azurerm_monitor_action_group
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
finnish creating resources
Actual Behaviour
error's out with error :
Error: creating or updating Action Group: (Name "monitordefaultgwa" / Resource Group "rg-example-monitorgwa"): insights.ActionGroupsClient#CreateOrUpdate: Failure responding to request: StatusCode=500 -- Original Error: autorest/azure: Service returned an error. Status=500 Code="Unknown" Message="Unknown service error" Details=[{"code":"InternalError","message":null}]
│
│ with module.monitor.azurerm_monitor_action_group.this[0],
│ on ../../main.tf line 13, in resource "azurerm_monitor_action_group" "this":
│ 13: resource "azurerm_monitor_action_group" "this" {
if itsm_receiver configuration is removed resources are created properly without any error.
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: