Skip to content

Commit

Permalink
add support for me-south-1 region (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
josselin-c authored and hmizuma committed Aug 27, 2019
1 parent c4e03c1 commit 5335ea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ function get_pause_container_account_for_region () {
case "${region}" in
ap-east-1)
echo "${PAUSE_CONTAINER_ACCOUNT:-800184023465}";;
me-south-1)
echo "${PAUSE_CONTAINER_ACCOUNT:-558608220178}";;
*)
echo "${PAUSE_CONTAINER_ACCOUNT:-602401143452}";;
esac
Expand Down

0 comments on commit 5335ea8

Please sign in to comment.