feat(observability): continue attribute for instance -> alert config (#993)
This commit is contained in:
parent
07f6c5fbce
commit
f0438e888c
6 changed files with 45 additions and 11 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue