Skip to content

Commit f745c23

Browse files
author
Quentin Brosse
authored
fix(core): handle config bootstrap error (scaleway#342)
1 parent 3ce2ee6 commit f745c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaleway/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ func providerConfigure(d *schema.ResourceData, terraformVersion string) (interfa
288288
TerraformVersion: terraformVersion,
289289
}
290290

291-
meta.bootstrap()
291+
err = meta.bootstrap()
292292
if err != nil {
293293
return nil, err
294294
}

0 commit comments

Comments
 (0)