1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-07 00:32:28 +00:00
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2023-12-24 13:29:47 -05:00
parent c329df25bf
commit b9cc0342fb
Failed to extract signature

View file

@ -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" {