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

rename cpumodel to cpu_model #462

Closed TGM closed 12 months ago

TGM commented 1 year ago

Description

The parameter requires an _ https://github.com/OpenNebula/terraform-provider-opennebula/pull/454

New or affected resources and data sources

cpumodel cpu_model

Potential terraform configuration

cpu_model {
    model = "host-passthrough"
  }

References

https://github.com/OpenNebula/terraform-provider-opennebula/pull/454

github-actions[bot] commented 1 year 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.