From a1a78a1efb4d30eb336bad284b257b39674780cf Mon Sep 17 00:00:00 2001 From: Robus Gauli Date: Tue, 5 Nov 2019 12:15:00 +0545 Subject: [PATCH] Add runtime rendered config map file to .gitignore (#28) * auth.tf: Use join for config map file * auth.tf: Fix typo for local variable * auth.tf: Format auth module * Add runtime rendered config map file to .gitignore * Add new line to end of the line in gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fd716565..13f63cb4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ **/.build-harness **/build-harness + +# Rendered yaml config +**/configmap-auth.yaml