Skip to content

Commit 821f001

Browse files
authored
Merge pull request #3514 from tlindsay42/packer-pkrvars.hcl
2 parents 752b767 + 588c2aa commit 821f001

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Packer.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,13 @@ packer_cache/
44
# Crash log
55
crash.log
66

7+
# https://www.packer.io/guides/hcl/variables
8+
# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data,
9+
# such as password, private keys, and other secrets. These should not be part of
10+
# version control as they are data points which are potentially sensitive and
11+
# subject to change depending on the environment.
12+
#
13+
*.pkrvars.hcl
14+
715
# For built boxes
816
*.box

Terraform.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
crash.log
1010
crash.*.log
1111

12-
# Exclude all .tfvars files, which are likely to contain sentitive data, such as
13-
# password, private keys, and other secrets. These should not be part of version
14-
# control as they are data points which are potentially sensitive and subject
12+
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
13+
# password, private keys, and other secrets. These should not be part of version
14+
# control as they are data points which are potentially sensitive and subject
1515
# to change depending on the environment.
1616
#
1717
*.tfvars

0 commit comments

Comments
 (0)