feat(observability): continue attribute for instance -> alert config (#993)

This commit is contained in:
Patrick Koss 2025-09-19 17:30:13 +02:00 committed by GitHub
parent 07f6c5fbce
commit f0438e888c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 45 additions and 11 deletions

View file

@ -46,6 +46,7 @@ variable "smtp_smart_host" {}
variable "match" {}
variable "match_regex" {}
variable "matchers" {}
variable "continue" {}
variable "credential_description" {}
@ -155,6 +156,7 @@ resource "stackit_observability_instance" "instance" {
group_wait = var.group_wait
receiver = var.receiver_name
repeat_interval = var.repeat_interval
continue = var.continue
match = {
match1 = var.match
}