mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-19 04:49:19 +00:00
☁️ Add nano instances for scaleway konk usecase
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
PROVIDER=linode
|
||||
PROVIDER=scaleway
|
||||
STUDENTS=30
|
||||
|
||||
case "$PROVIDER" in
|
||||
@@ -18,6 +18,8 @@ linode)
|
||||
;;
|
||||
scaleway)
|
||||
export TF_VAR_node_size=PRO2-XS
|
||||
# For tiny testing purposes, these are okay too:
|
||||
#export TF_VAR_node_size=PLAY2-NANO
|
||||
export TF_VAR_location=fr-par-2
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user