Bladeren bron

Fix typos

s/sentitive/sensitive/
Troy Lindsay 4 jaren geleden
bovenliggende
commit
f75292bf4d
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      Packer.gitignore
  2. 1 1
      Terraform.gitignore

+ 1 - 1
Packer.gitignore

@@ -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.

+ 1 - 1
Terraform.gitignore

@@ -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.