From 463e70f3a489cc089f50af8cf9cb398f3e0800b5 Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 28 Mar 2025 22:33:00 -0700 Subject: [PATCH] chore(infra): Bump elixir VM image to COS 117 (#8547) The relay was bumped here for the updated kernel. Would be good to stay standardized. --- terraform/modules/google-cloud/apps/elixir/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/modules/google-cloud/apps/elixir/main.tf b/terraform/modules/google-cloud/apps/elixir/main.tf index c8ce45648..a1cc51e4f 100644 --- a/terraform/modules/google-cloud/apps/elixir/main.tf +++ b/terraform/modules/google-cloud/apps/elixir/main.tf @@ -75,7 +75,7 @@ locals { # Fetch most recent COS image data "google_compute_image" "coreos" { - family = "cos-113-lts" + family = "cos-117-lts" project = "cos-cloud" }