Skip to content

Commit

Permalink
fix workspace parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Kita committed Jan 27, 2025
1 parent eaefca3 commit 8949678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibm/service/power/resource_ibm_pi_workspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func resourceIBMPIWorkspaceCreate(ctx context.Context, d *schema.ResourceData, m
if v, ok := d.GetOk(Arg_Parameters); ok {
paramMap := v.(map[string]interface{})
for key, value := range paramMap {
paramMap[key] = value
parameters[key] = value
}
}

Expand Down

0 comments on commit 8949678

Please sign in to comment.