From 54539247691b845e9b12196e264f07dc9c1c6b7b Mon Sep 17 00:00:00 2001 From: Neill Turner Date: Fri, 20 Dec 2024 16:33:55 +0000 Subject: [PATCH] Migrate gcp wif --- terraform/application/application.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/application/application.tf b/terraform/application/application.tf index 11b0d48d7..a3e591540 100644 --- a/terraform/application/application.tf +++ b/terraform/application/application.tf @@ -69,5 +69,5 @@ module "worker_application" { replicas = var.worker_replicas enable_logit = var.enable_log - enable_gcp_wif = trueit + enable_gcp_wif = true }