fix(module): updating default vm template for virtualMachine

This commit is contained in:
Philippe Caseiro 2023-01-20 13:51:11 +01:00
parent e42ce275c1
commit f821f97b9e
1 changed files with 4 additions and 0 deletions

View File

@ -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" {