]> source.dussan.org Git - gitignore.git/commitdiff
Fix typos
authorTroy Lindsay <tlindsay42@users.noreply.github.com>
Mon, 31 Aug 2020 00:21:51 +0000 (19:21 -0500)
committerTroy Lindsay <tlindsay42@users.noreply.github.com>
Mon, 31 Aug 2020 00:21:51 +0000 (19:21 -0500)
s/sentitive/sensitive/

Packer.gitignore
Terraform.gitignore

index 6a573381b7234f1fc49b9b6d8ca278f762f1c27b..2cbc1ad079006a4c4fcbdb1bebfe0f0e69e77667 100644 (file)
@@ -5,7 +5,7 @@ packer_cache/
 crash.log
 
 # https://www.packer.io/guides/hcl/variables
-# Exclude all .pkrvars.hcl files, which are likely to contain sentitive data, 
+# 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.
index beb38d84d0ca9dc8e48fca57f7698ca3ac6c4ade..b3d1d3936b7c74755a34f94eaf13fbc5b1a46632 100644 (file)
@@ -8,7 +8,7 @@
 # Crash log files
 crash.log
 
-# Exclude all .tfvars files, which are likely to contain sentitive data, such as
+# 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.