summaryrefslogtreecommitdiffstats
path: root/options/gitignore/Terraform
diff options
context:
space:
mode:
authorGiteaBot <teabot@gitea.io>2022-02-20 00:16:03 +0000
committerGiteaBot <teabot@gitea.io>2022-02-20 00:16:03 +0000
commitd5a4c5530a452e1bb32285d1171064ebe9ddfb70 (patch)
treefd29b05f16c59655c0ed48ecf54e828af6077df9 /options/gitignore/Terraform
parent83c9035971e4b594686391a7ff052a7d1fe13771 (diff)
downloadgitea-d5a4c5530a452e1bb32285d1171064ebe9ddfb70.tar.gz
gitea-d5a4c5530a452e1bb32285d1171064ebe9ddfb70.zip
[skip ci] Updated licenses and gitignores
Diffstat (limited to 'options/gitignore/Terraform')
-rw-r--r--options/gitignore/Terraform3
1 files changed, 1 insertions, 2 deletions
diff --git a/options/gitignore/Terraform b/options/gitignore/Terraform
index b1a7167f48..9b8a46e692 100644
--- a/options/gitignore/Terraform
+++ b/options/gitignore/Terraform
@@ -13,8 +13,8 @@ crash.*.log
# 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.
-#
*.tfvars
+*.tfvars.json
# Ignore override files as they are usually used to override resources locally and so
# are not checked in
@@ -24,7 +24,6 @@ override.tf.json
*_override.tf.json
# Include override files you do wish to add to version control using negated pattern
-#
# !example_override.tf
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan