Skip to content

Commit

Permalink
GCLOUD2-16070 instance actions fix (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexk53 authored Oct 2, 2024
1 parent f1f4a1b commit 7c9ad2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcore/resource_gcore_instancev2.go
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ func resourceInstanceV2Update(ctx context.Context, d *schema.ResourceData, m int
return diag.FromErr(err)
}

clientV2, err := CreateClient(provider, d, InstancePoint, versionPointV1)
clientV2, err := CreateClient(provider, d, InstancePoint, versionPointV2)
if err != nil {
return diag.FromErr(err)
}
Expand Down

0 comments on commit 7c9ad2b

Please sign in to comment.