-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
34 lines (27 loc) · 886 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
# Local .terraform Directories
**/.terraform/*
# .tfstate Files
*.tfstate
*.tfstate.*
# Crash Log Files
crash.log
crash.*.log
# Exclude All .tfvars Files, which are likely to contain Sensitive Data, such as
# Passwords, Private Keys, and other secrets. These should not be part of Version
# Control as they are Data Points which are potentially sensitive and subject
# to change, depending on the Environment.
*.tfvars
*.tfvars.json
# 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
# example: *tfplan*
# Ignore CLI Configuration Files
.terraformrc
terraform.rc