Skip to content

Commit

Permalink
allow terraform override file
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Dec 13, 2024
1 parent ad34b10 commit 322a8fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions terraform/git_ignore.grept.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ locals {
ignored_items = toset([
".terraform.lock.hcl",
".terraformrc",
"*_override.tf.json",
"*_override.tf",
"*.tfstate.*",
"*.tfstate",
"*.tfvars.json",
Expand All @@ -19,8 +17,6 @@ locals {
"avmmakefile",
"crash.*.log",
"crash.log",
"override.tf.json",
"override.tf",
"README-generated.md",
"terraform.rc",
".DS_Store",
Expand Down

0 comments on commit 322a8fc

Please sign in to comment.