Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
update terraform to provision endpoints - change docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 6, 2023
1 parent d2c36a3 commit 92747de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/push-docker-ecr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ key="$1"
case $key in
-t|--docker-tag)
docker_tag="$2"
echo "*** tf_venue"
echo "--- tf_venue"
echo $docker_tag
shift # past argument
shift # past value
;;
-v|--tf-venue)
tf_venue="$2"
echo "*** tf_venue"
echo "--- tf_venue"
echo $tf_venue
case $tf_venue in
sit|uat|ops) ;;
Expand Down

0 comments on commit 92747de

Please sign in to comment.