Adding in ignore files

main
Jaromir Rivera 2023-10-30 14:31:37 -04:00
parent def3f75846
commit c4173509e2
1 changed files with 6 additions and 3 deletions

9
.gitignore vendored
View File

@ -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