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