From 604d6b36d68f6ad3bc5add70c425f38d270edb74 Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Sun, 3 May 2020 18:44:49 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sören Martius --- outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs.tf b/outputs.tf index 080e1f9..5272408 100644 --- a/outputs.tf +++ b/outputs.tf @@ -21,7 +21,7 @@ output "delegation_set" { } # ------------------------------------------------------------------------------ -# OUTPUT ALL INPUT VARIABLES AS-IS +# OUTPUT ALL INPUT VARIABLES # ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------