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" } : {} }