OpenNebula / terraform-provider-opennebula

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

Add memory, CPU and disk costs in the template resource #539

Closed brodriguez-opennebula closed 6 days ago

brodriguez-opennebula commented 3 months ago

Description

Currently, in the creation of a template, CPU, Memory and disk costs cannot be specified

New or affected resources and data sources

Template resource

Potential terraform configuration

resource "opennebula_template" "example" {
  name        = "template"
  description = "VM template"
  ... 
  mem_cost    = 0.003
  cpu_cost    = 0.002
  disk_cost   = 0.003
  ...
}


### References

_No response_
github-actions[bot] commented 2 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.

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