Skip to content

Commit 322a8fc

Browse files
committed
allow terraform override file
1 parent ad34b10 commit 322a8fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

terraform/git_ignore.grept.hcl

-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ locals {
22
ignored_items = toset([
33
".terraform.lock.hcl",
44
".terraformrc",
5-
"*_override.tf.json",
6-
"*_override.tf",
75
"*.tfstate.*",
86
"*.tfstate",
97
"*.tfvars.json",
@@ -19,8 +17,6 @@ locals {
1917
"avmmakefile",
2018
"crash.*.log",
2119
"crash.log",
22-
"override.tf.json",
23-
"override.tf",
2420
"README-generated.md",
2521
"terraform.rc",
2622
".DS_Store",

0 commit comments

Comments
 (0)