How can I expand APP_VERSION
so that it gets used in the rest of my script? As it is right now, it doesn't expand and show the argument I pass in via the CLI.
APP_VERSION=$2
BOOTSTRAP_RUN='[{"Path":"s3://abc/scripts/emr/deploy_zip.sh ${APP_VERSION}","Name":"Custom action"}]'