Skip to content

Commit

Permalink
updated generate_terraform_variables.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangraham2001 committed Sep 10, 2024
1 parent 1614007 commit d847d5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/infrastructure/utils/generate_terraform_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ cd "${BASEDIR}"
docker build -t terraform-variables:latest .
docker run \
-v "${BASEDIR}/":/app/utils:rw \
-v "${BASEDIR}/../dependencies":/app/examples:rw \
-v "${BASEDIR}/../dependencies":/app/dependencies:rw \
-v "${BASEDIR}/../modules":/app/modules:rw \
-v "${BASEDIR}/../../operations":/operations:rw \
-w /app/utils \
terraform-variables \
/bin/bash -c "ls ../ && python variables.py $*"
#ls ../ && python3 variables.py "$@"
/bin/bash -c "python variables.py $@"

0 comments on commit d847d5a

Please sign in to comment.