Skip to content

Commit cbeb424

Browse files
committed
Add default vol type
1 parent 786e7f9 commit cbeb424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: civo/volume/resource_volume.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func resourceVolumeCreate(ctx context.Context, d *schema.ResourceData, m interfa
9292

9393
volume, err := apiClient.NewVolume(config)
9494
if err != nil {
95-
return diag.Errorf("[ERR] failed to create a new volume: %s", err)
95+
return diag.Errorf("[ERR] failed to create a new volume: %s region: %s", err, apiClient.Region)
9696
}
9797

9898
d.SetId(volume.ID)

0 commit comments

Comments
 (0)