terraformignore

This commit is contained in:
Kiara Grouwstra 2024-01-17 02:37:39 +01:00
parent 1bda4d5e9c
commit a3097779e2
1 changed files with 44 additions and 0 deletions

44
.terraformignore Normal file
View File

@ -0,0 +1,44 @@
# sops
/secrets.yaml
# age
/keys.txt
# hetzner dump
hetzner.nix
# Direnv directory
.direnv/
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# Crash log files
crash.log
crash.*.log
# Ignore local .tfvars
*.tfvars
*.tfvars.json
# Ignore override files as they are usually used to override resources locally and so
# are not checked in
override.tf
override.tf.json
*_override.tf
*_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
*tfplan*
# Ignore CLI configuration files
*.tfrc
.terraformrc
terraform.rc