feat(observability): add google chat to webhooks (#961)
This commit is contained in:
parent
971cd27e4b
commit
0f8362ca74
9 changed files with 112 additions and 23 deletions
|
|
@ -29,6 +29,7 @@ variable "opsgenie_api_url" {}
|
|||
variable "opsgenie_priority" {}
|
||||
variable "webhook_configs_url" {}
|
||||
variable "ms_teams" {}
|
||||
variable "google_chat" {}
|
||||
variable "group_by" {}
|
||||
variable "group_interval" {}
|
||||
variable "group_wait" {}
|
||||
|
|
@ -125,6 +126,7 @@ resource "stackit_observability_instance" "instance" {
|
|||
{
|
||||
url = var.webhook_configs_url
|
||||
ms_teams = var.ms_teams
|
||||
google_chat = var.google_chat
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue