@@ -36,7 +36,7 @@ for m in ${UPDATED_MODULES}; do
echo \ Applying $m
echo =============================================
pushd $m
- terragrunt apply
+ terragrunt init --upgrade && terragrunt apply
EXITCODE=$?
if [[ $EXITCODE != 0 ]]; then
# Prompt to continue after each failed module.