feat(observability): add description to credential resource (#992)
relates to STACKITTPR-333, #974
This commit is contained in:
parent
4b46119433
commit
39c52f4367
5 changed files with 34 additions and 6 deletions
|
|
@ -47,6 +47,8 @@ variable "match" {}
|
|||
variable "match_regex" {}
|
||||
variable "matchers" {}
|
||||
|
||||
variable "credential_description" {}
|
||||
|
||||
variable "logalertgroup_name" {}
|
||||
variable "logalertgroup_alert" {}
|
||||
variable "logalertgroup_expression" {}
|
||||
|
|
@ -91,6 +93,7 @@ resource "stackit_observability_alertgroup" "alertgroup" {
|
|||
resource "stackit_observability_credential" "credential" {
|
||||
project_id = var.project_id
|
||||
instance_id = stackit_observability_instance.instance.instance_id
|
||||
description = var.credential_description
|
||||
}
|
||||
|
||||
resource "stackit_observability_instance" "instance" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue