1keys/
2*.pem
3
4# Local .terraform directories
5**/.terraform/*
6
7# .tfstate files
8*.tfstate
9*.tfstate.*
10
11# Crash log files
12crash.log
13
14# Exclude all .tfvars files, which are likely to contain sentitive data, such as
15# password, private keys, and other secrets. These should not be part of version
16# control as they are data points which are potentially sensitive and subject
17# to change depending on the environment.
18#
19*.tfvars
20
21# Ignore override files as they are usually used to override resources locally and so
22# are not checked in
23override.tf
24override.tf.json
25*_override.tf
26*_override.tf.json
27
28# Include override files you do wish to add to version control using negated pattern
29#
30# !example_override.tf
31
32# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
33# example: *tfplan*
34
35# Ignore CLI configuration files
36.terraformrc
37terraform.rc
38