fix(module): updating default vm template for virtualMachine
This commit is contained in:
parent
e42ce275c1
commit
f821f97b9e
|
@ -52,6 +52,10 @@ resource "opennebula_template" "vm_template" {
|
|||
image_id = opennebula_image.data.id
|
||||
}
|
||||
|
||||
os {
|
||||
arch = "x86_64"
|
||||
boot = "disk0,nic0"
|
||||
}
|
||||
//labels = var.tag_labels
|
||||
|
||||
dynamic "nic" {
|
||||
|
|
Loading…
Reference in New Issue