mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-07 00:32:28 +00:00
alerts
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
c329df25bf
commit
b9cc0342fb
1 changed files with 1 additions and 1 deletions
2
main.tf
2
main.tf
|
|
@ -35,7 +35,7 @@ module "dashboard" {
|
|||
source = "git::https://github.com/chainguard-dev/terraform-cloudrun-glue//dashboard/service?ref=main"
|
||||
service_name = each.key
|
||||
|
||||
alert = lookup(each.value, "alert_id", "")
|
||||
alerts = lookup(each.value, "alert_id", "") == "" ? [] : [each.value.alert_id]
|
||||
}
|
||||
|
||||
resource "google_storage_bucket" "bucket" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue