Skip to content

Commit

Permalink
update to remove deprecated commands
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 17, 2025
1 parent ce6141d commit c7ad276
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions local-app/bin/tg.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="1.0.2"
VERSION="1.1.0"

test -d logs || mkdir logs
ACTION=$1
Expand All @@ -14,7 +14,8 @@ else
ALL=""
fi

TGARGS="--terragrunt-parallelism=8 --terragrunt-no-color $TGARGS"
#TGARGS="--terragrunt-parallelism=8 --terragrunt-no-color $TGARGS"
TGARGS="--parallelism=8 --no-color $TGARGS"
TFARGS="-no-color $TFARGS"
LOGFILE=logs/$ACTION.$(date +%s).log

Expand Down

0 comments on commit c7ad276

Please sign in to comment.