From f56f0918e2fcda4c170917a68586459260596446 Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Tue, 19 Nov 2024 15:59:25 -0500 Subject: [PATCH] Set max instances on whisper and more monitors --- main.tf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 32bbca8..1f0687e 100644 --- a/main.tf +++ b/main.tf @@ -82,6 +82,7 @@ module "whisper" { name = "whisper" project = var.project + max_instances = 3 containers = tolist([ { name = "whisper", @@ -233,7 +234,9 @@ resource "google_monitoring_uptime_check_config" "availability" { "crayfits", "homarus", "houdini", - "hypercube" + "hypercube", + "ocrpdf", + "pandoc" ]) display_name = "${each.value}-availability" timeout = "10s"