Skip to content

Commit f75292b

Browse files
committed
Fix typos
s/sentitive/sensitive/
1 parent ff9596e commit f75292b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Packer.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packer_cache/
55
crash.log
66

77
# https://www.packer.io/guides/hcl/variables
8-
# Exclude all .pkrvars.hcl files, which are likely to contain sentitive data,
8+
# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data,
99
# such as password, private keys, and other secrets. These should not be part of
1010
# version control as they are data points which are potentially sensitive and
1111
# subject to change depending on the environment.

Terraform.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Crash log files
99
crash.log
1010

11-
# Exclude all .tfvars files, which are likely to contain sentitive data, such as
11+
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
1212
# password, private keys, and other secrets. These should not be part of version
1313
# control as they are data points which are potentially sensitive and subject
1414
# to change depending on the environment.

0 commit comments

Comments
 (0)