Skip to content

Commit

Permalink
Merge pull request github#3514 from tlindsay42/packer-pkrvars.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie authored Jan 30, 2022
2 parents 752b767 + 588c2aa commit 821f001
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Packer.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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 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

# For built boxes
*.box
6 changes: 3 additions & 3 deletions Terraform.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
crash.log
crash.*.log

# Exclude all .tfvars 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
# Exclude all .tfvars 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.
#
*.tfvars
Expand Down

0 comments on commit 821f001

Please sign in to comment.