]> source.dussan.org Git - gitignore.git/commitdiff
Exclude .pkrvars.hcl files
authorTroy Lindsay <tlindsay42@users.noreply.github.com>
Sun, 30 Aug 2020 23:59:44 +0000 (18:59 -0500)
committerTroy Lindsay <tlindsay42@users.noreply.github.com>
Sun, 30 Aug 2020 23:59:44 +0000 (18:59 -0500)
* Used description for .tfvars in Terraform.gitignore as a template

Packer.gitignore

index f2d0a3199486f6989e1b57d10509472f2f72df47..6a573381b7234f1fc49b9b6d8ca278f762f1c27b 100644 (file)
@@ -4,5 +4,13 @@ packer_cache/
 # Crash log
 crash.log
 
+# https://www.packer.io/guides/hcl/variables
+# Exclude all .pkrvars.hcl files, which are likely to contain sentitive 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
+
 # For built boxes
 *.box