Skip to content

Commit dd86b58

Browse files
author
Arthur Amstutz
committed
fix: missing argument when ordering an OKMS
1 parent 0ed2788 commit dd86b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ovh/resource_okms.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func (r *okmsResource) Create(ctx context.Context, req resource.CreateRequest, r
102102
return
103103
}
104104

105-
if err := orderCreate(order, r.config, "okms"); err != nil {
105+
if err := orderCreate(order, r.config, "okms", true); err != nil {
106106
resp.Diagnostics.AddError("failed to create order", err.Error())
107107
}
108108

0 commit comments

Comments
 (0)