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