terraform-coop / terraform-provider-foreman

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

create computeresources unfinished #163

Open vhsantos opened 2 weeks ago

vhsantos commented 2 weeks ago

Hello everyone.

There is some technical reason why the create computeresources are unfinished ?

https://github.com/terraform-coop/terraform-provider-foreman/blob/27ca840eef52bcf8355fa458ac6d5325e8c04b16/foreman/resource_foreman_computeresource.go#L173-L176

I was just trying to use it and got this error:

foreman_computeresource.avag_vsphere: Creating...
╷
│ Error: Provider produced inconsistent result after apply
│ 
│ When applying changes to foreman_computeresource.avag_vsphere, provider "provider[\"registry.opentofu.org/terraform-coop/foreman\"]" produced an unexpected new value: Root object was
│ present, but now absent.
│ 
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.

thanks in advance.