From d7a8919b2575887c841f78ca21bc3321e52d4650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= Date: Mon, 18 Dec 2023 14:15:38 +0100 Subject: [PATCH] docs: reword a comment in the code --- locals.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.tf b/locals.tf index 8d4cad1..f150685 100644 --- a/locals.tf +++ b/locals.tf @@ -10,7 +10,7 @@ locals { enabled = true } serviceMonitor = var.enable_service_monitor ? { - # dummy attribute to make serviceMonitor evaluate to true in a condition in the helm chart + # Dummy attribute to make serviceMonitor evaluate to true in a condition in the Helm chart foo = "bar" } : {} }