Skip to content

Commit

Permalink
auto approve update
Browse files Browse the repository at this point in the history
  • Loading branch information
egeexyz committed Aug 22, 2018
1 parent fa7f983 commit 6a9bd11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ initialize() {

execute() {
set -o pipefail
terraform $COMMAND | \
terraform $COMMAND $AUTO_APPROVE | \
tee -a "deployment.log"
}

Expand All @@ -20,7 +20,7 @@ help() {
}

COMMAND=$1
AUTO_APPROVE=$3
AUTO_APPROVE=$2

if [[ -z ${COMMAND} ]]; then
help
Expand Down

0 comments on commit 6a9bd11

Please sign in to comment.