set gitignore to terraform defaults

This commit is contained in:
Oli
2022-10-25 12:42:19 +00:00
parent 8072eb9434
commit 8618a04508

4
.gitignore vendored
View File

@@ -14,7 +14,7 @@ crash.log
# 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.
# #
*secret*.tfvars *.tfvars
# Ignore override files as they are usually used to override resources locally and so # Ignore override files as they are usually used to override resources locally and so
# are not checked in # are not checked in
@@ -33,5 +33,3 @@ override.tf.json
# Ignore CLI configuration files # Ignore CLI configuration files
.terraformrc .terraformrc
terraform.rc terraform.rc
tfplan_dl