From c4173509e2e9ca3cce513ef24b9c26e05de1c7a2 Mon Sep 17 00:00:00 2001 From: Jaromir Rivera Date: Mon, 30 Oct 2023 14:31:37 -0400 Subject: [PATCH] Adding in ignore files --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c73048e..2228616 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ # ---> Packer +credentials.auto.tfvars +template-credential.pkr.hcl + # Cache objects packer_cache/ @@ -6,9 +9,9 @@ packer_cache/ crash.log # https://www.packer.io/guides/hcl/variables -# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data, -# such as password, private keys, and other secrets. These should not be part of -# version control as they are data points which are potentially sensitive and +# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data, +# such as password, private keys, and other secrets. These should not be part of +# version control as they are data points which are potentially sensitive and # subject to change depending on the environment. # *.pkrvars.hcl