From 81d1617d86ab190d1dfa64290778e54b3b1827e4 Mon Sep 17 00:00:00 2001 From: leonsteinhaeuser Date: Fri, 27 Oct 2023 13:48:48 +0200 Subject: [PATCH] fix: terraform formatting --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 34bd246..1d4d9c7 100644 --- a/variables.tf +++ b/variables.tf @@ -172,5 +172,5 @@ variable "ignore_difference" { variable "env_context_annotations" { type = map(string) description = "A map of annotations that are rendered via go template. Available variables are cluster, resourceName and applicationName. You can access the variables using go templating. e.g. {{ $cluster }}, {{ $resourceName }}, {{ $applicationName }}" - default = {} + default = {} }