-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
42 lines (32 loc) · 990 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# misc
.DS_Store
*.pem
# local env files
# do not commit any .env files to git, except for the .env.example file. https://create.t3.gg/en/usage/env-variables#using-environment-variables
.env
.env*.local
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# Crash log files
crash.log
# Ignore all .tfvars files, which are likely to contain sentitive information
*.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 ! (not)
# !example_override.tf
# Include tfplan files to ignore in the .gitignore file,
# .tfplan files are generated by terraform plan and can contain sensitive information
*.tfplan
*.tfplan.*
# Ignore CLI configuration files
.terraformrc
terraform.rc