Skip to content

Commit

Permalink
Update containers_job_resource.go
Browse files Browse the repository at this point in the history
  • Loading branch information
JensWalter committed Sep 11, 2024
1 parent a95d4d4 commit c0c857e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/containers_job_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func (d *containersJobResource) Create(ctx context.Context, req resource.CreateR
resp.Diagnostics.AddError("Client Error", fmt.Sprintf("Unable to parse response, got error: %s", err))
return
}
tflog.Debug(ctx, "setting response data ", map[string]interface{}{"id": string(jobResponse.Id)})

plan.Id = types.StringValue(jobResponse.Id)
plan.Name = types.StringValue(jobResponse.Name)
Expand Down

0 comments on commit c0c857e

Please sign in to comment.