terraform-coop / terraform-provider-foreman

Terraform provider for Foreman
https://registry.terraform.io/providers/terraform-coop/foreman
Mozilla Public License 2.0
35 stars 32 forks source link

Fix Katello product resource API call #142

Closed bitkeks closed 8 months ago

bitkeks commented 10 months ago

foreman_katello_product used an old wrapper that did not include location_id and organization_id in the payload of calls towards the API.

Resolves #54

bitkeks commented 9 months ago

This one's ready for its purpose to fix the katello product resource calls. It also adds handling for the async "ForemanTask" objects, which are the return type in the Katello API.

To not further bloat this PR, I will continue on another branch for #141

bitkeks commented 9 months ago

@lhw would you like me to split the PR into two separate PRs, one containing the fix for katello_product and the other for the Katello async ForemanTasks?

lukry59 commented 8 months ago

Hello,

Any news on the progress of this PR ?

Regards, G.

bitkeks commented 8 months ago

Merged, had no conflicts - feel free to test in your environment @lukry59 !