Skip to content

Commit a6fe992

Browse files
authored
more ignore
1 parent e1fc9cf commit a6fe992

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.gitignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Local .terraform directories
22
**/.terraform/*
3-
3+
**/.terraform
4+
*lock.hcl
45
# .tfstate files
56
*.tfstate
67
*.tfstate.*
@@ -9,12 +10,12 @@
910
crash.log
1011
crash.*.log
1112

12-
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
13-
# password, private keys, and other secrets. These should not be part of version
14-
# control as they are data points which are potentially sensitive and subject
15-
# to change depending on the environment.
16-
*.tfvars
17-
*.tfvars.json
13+
# # Exclude all .tfvars files, which are likely to contain sensitive 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+
# *.tfvars
18+
# *.tfvars.json
1819

1920
# Ignore override files as they are usually used to override resources locally and so
2021
# are not checked in

0 commit comments

Comments
 (0)