Skip to content

Commit

Permalink
FIX: Create parsed_arguments function
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred78290 committed Aug 16, 2024
1 parent 09f9dce commit 6ffef17
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/plateform/aws/plateform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,13 @@ function parse_arguments() {
esac
done

parsed_arguments
}

#===========================================================================================================================================
#
#===========================================================================================================================================
function parsed_arguments() {
if [ ${SEED_ARCH} == "amd64" ]; then
AUTOSCALE_MACHINE="${OVERRIDE_AUTOSCALE_MACHINE:=t3a.medium}"
CONTROL_PLANE_MACHINE="${OVERRIDE_CONTROL_PLANE_MACHINE:=t3a.medium}"
Expand Down

0 comments on commit 6ffef17

Please sign in to comment.