We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffabe21 commit 33ad845Copy full SHA for 33ad845
1 file changed
driver/scaleway.go
@@ -25,7 +25,7 @@ const (
25
// VERSION represents the semver version of the package
26
VERSION = "v2.0.0"
27
defaultImage = "ubuntu-focal"
28
- DELAY = 30 // in second
+ DELAY = 5 // in second
29
)
30
31
var instanceApi *instance.API
@@ -104,7 +104,7 @@ func (d *Driver) GetCreateFlags() []mcnflag.Flag {
104
Usage: "Scaleway accesskey (required)",
105
},
106
mcnflag.StringFlag{
107
- EnvVar: "SCALEWAY_SECREYKEY",
+ EnvVar: "SCALEWAY_SECRETKEY",
108
Name: "scaleway-secretkey",
109
Usage: "Scaleway secretkey (required)",
110
0 commit comments