From c11327782f9bc49bc2ff35e72de2c60b65142bb3 Mon Sep 17 00:00:00 2001 From: Avrohom Gottlieb Date: Wed, 4 Dec 2024 15:45:40 -0500 Subject: [PATCH] add a little more verbosity to revision batch tag value --- infrastructure/batch.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/batch.tf b/infrastructure/batch.tf index 48fe7ec8..e7414de5 100644 --- a/infrastructure/batch.tf +++ b/infrastructure/batch.tf @@ -22,6 +22,6 @@ stage = var.stage batch_tags = { module = "batch", - revision = "initial - 16vCPU compute env and 1 queue" + revision = "initial - 16 vCPU compute environment and 1 queue" } }