OpenNebula / terraform-provider-opennebula

Terraform provider for OpenNebula
https://www.terraform.io/docs/providers/opennebula/
Mozilla Public License 2.0
61 stars 54 forks source link

cpumodel does not update previously declared resource #463

Closed TGM closed 9 months ago

TGM commented 1 year ago

Description

cpumodel does not update previously declared resource

Terraform and Provider version

Terraform v1.3.6 Provider v1.2.2 OpenNebula v6.4.0.1

Affected resources and data sources

cpumodel

Terraform configuration

No response

Expected behavior

Expected behavior CPU_MODEL -> MODEL field should update to EPYC

Actual behavior

Actual behabior CPU_MODEL -> MODEL field remains the same (in this case host-passthrough)

Steps to Reproduce

Create a resource with

cpumodel { model = "host-passthrough" }

changed it to and update the VM cpumodel { model = "EPYC" }

Debug output

No response

Panic output

No response

Important factoids

No response

References

No response

github-actions[bot] commented 11 months ago

This issue is stale because it has been open for 30 days with no activity and it has not the 'status: confirmed' label or it is not in a milestone. Remove the 'status: stale' label or comment, or this will be closed in 5 days.