Skip to content

Commit c024be4

Browse files
Lichard TormanClément Decoodt
Lichard Torman
and
Clément Decoodt
authored
Fix(AppleSilicon): fix RDB read into AS read (#1041)
Co-authored-by: Clément Decoodt <[email protected]>
1 parent 9bb51ae commit c024be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaleway/resource_apple_silicon_server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func resourceScalewayAppleSiliconServerCreate(ctx context.Context, d *schema.Res
101101
return diag.FromErr(err)
102102
}
103103

104-
return resourceScalewayRdbInstanceRead(ctx, d, meta)
104+
return resourceScalewayAppleSiliconServerRead(ctx, d, meta)
105105
}
106106

107107
func resourceScalewayAppleSiliconServerRead(ctx context.Context, d *schema.ResourceData, meta interface{}) diag.Diagnostics {

0 commit comments

Comments
 (0)