-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (35 loc) · 757 Bytes
/
.gitignore
File metadata and controls
46 lines (35 loc) · 757 Bytes
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
43
44
45
46
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# Crash log files
*.log
# Exclude all .tfvars files, which are likely to contain sensitive data
*.tfvars
*.tfvars.json
# Ignore override files as they are usually used for local development
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# Ignore CLI configuration files
.terraformrc
terraform.rc
# Ignore lock files for examples and tests
examples/*/.terraform.lock.hcl
tests/.terraform.lock.hcl
# macOS
.DS_Store
# IDE
.idea/
.vscode/
# Local development
*local.env
.envrc
*.bak
*testRuns/
# Test run directories (timestamped directories in test/{cloud}/)
test/*/t[0-9]*-*/
.github/setup/*/terraform.tfstate
.github/setup/*/backend-override.tf