Updating .gitignore

This commit is contained in:
2025-10-12 15:07:10 -04:00
parent 9011f2babc
commit 5c06f314dd
+4 -6
View File
@@ -10,8 +10,8 @@ crash.log
crash.*.log crash.*.log
# Exclude all .tfvars files, which are likely to contain sensitive 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 # 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 # control as they are data points which are potentially sensitive and subject
# to change depending on the environment. # to change depending on the environment.
*.tfvars *.tfvars
*.tfvars.json *.tfvars.json
@@ -30,13 +30,11 @@ override.tf.json
# !example_override.tf # !example_override.tf
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
# example: *tfplan* example: *tfplan*
# Ignore CLI configuration files # Ignore CLI configuration files
.terraformrc .terraformrc
terraform.rc terraform.rc
# Envs # Envs
*.env* *.env*
**/.cf-terraforming