Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
.gitignore 881 B
Newer Older
Gilles Habran's avatar
Gilles Habran committed
##
# Terraform repo .gitignore
# Source: https://github.com/github/gitignore/blob/master/Terraform.gitignore
##

# Local .terraform directories
**/.terraform/*

# .tfstate files
*.tfstate
*.tfstate.*
.terraform.lock.hcl

# Crash log files
crash.log

# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
# .tfvars files are managed as part of configuration and so should be included in
# version control.
#
# example.tfvars

# 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
Gilles Habran's avatar
Gilles Habran committed

# Ignore IDE and text editors specifics
.idea