Skip to content

Commit

Permalink
Merge pull request #976 from AlexsLemonade/avrohom/remove-double-tf-logg
Browse files Browse the repository at this point in the history
remove unnecessary double TF_LOG
  • Loading branch information
avrohomgottlieb authored Nov 22, 2024
2 parents d52df33 + 4a21884 commit c2cdfdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infrastructure/init_terraform.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def init_terraform(env, user):
# Make sure that Terraform is allowed to shut down gracefully.
try:
command = [
"TF_LOG=trace",
"terraform",
"init",
"-upgrade",
Expand Down

0 comments on commit c2cdfdf

Please sign in to comment.