File tree Expand file tree Collapse file tree
infrastructure/terraform/bin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88# #
99# Set Script Version
1010# #
11- readonly script_ver=" 1.8.1 " ;
11+ readonly script_ver=" 1.9.0 " ;
1212
1313# #
1414# Standardised failure function
@@ -391,7 +391,7 @@ rm -rf ${component_path}/.terraform;
391391
392392# Run global pre.sh
393393if [ -f " pre.sh" ]; then
394- PROJECT=" ${project} " REGION=" ${region} " COMPONENT=" ${component} " AWS_ACCOUNT_ID=" ${aws_account_id} " ENVIRONMENT=" ${environment} " ACTION=" ${action} " \
394+ PROJECT=" ${project} " REGION=" ${region} " COMPONENT=" ${component} " GROUP= " ${group} " AWS_ACCOUNT_ID=" ${aws_account_id} " ENVIRONMENT=" ${environment} " ACTION=" ${action} " \
395395 source pre.sh || error_and_die " Global pre script execution failed with exit code ${?} " ;
396396fi ;
397397
427427
428428# Run pre.sh
429429if [ -f " pre.sh" ]; then
430- PROJECT=" ${project} " REGION=" ${region} " COMPONENT=" ${component} " AWS_ACCOUNT_ID=" ${aws_account_id} " ENVIRONMENT=" ${environment} " ACTION=" ${action} " \
430+ PROJECT=" ${project} " REGION=" ${region} " COMPONENT=" ${component} " GROUP= " ${group} " AWS_ACCOUNT_ID=" ${aws_account_id} " ENVIRONMENT=" ${environment} " ACTION=" ${action} " \
431431 source pre.sh || error_and_die " Component pre script execution failed with exit code ${?} " ;
432432fi ;
433433
You can’t perform that action at this time.
0 commit comments