Skip to content

Commit 66418ad

Browse files
Add pause container account for ap-southeast-3 (#878)
1 parent b9fff39 commit 66418ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

files/bootstrap.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ function get_pause_container_account_for_region () {
154154
echo "${PAUSE_CONTAINER_ACCOUNT:-877085696533}";;
155155
eu-south-1)
156156
echo "${PAUSE_CONTAINER_ACCOUNT:-590381155156}";;
157+
ap-southeast-3)
158+
echo "${PAUSE_CONTAINER_ACCOUNT:-296578399912}";;
157159
*)
158160
echo "${PAUSE_CONTAINER_ACCOUNT:-602401143452}";;
159161
esac

0 commit comments

Comments
 (0)