feat(observability): add google chat to webhooks (#961)

This commit is contained in:
Timo Bergen 2025-08-25 17:30:06 +02:00 committed by GitHub
parent 971cd27e4b
commit 0f8362ca74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 112 additions and 23 deletions

View file

@ -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
}
]
},