fix(nebula): add accurate name to VM templates

This commit is contained in:
Philippe Caseiro 2023-02-24 10:40:18 +01:00
parent 9dfd085877
commit 7043a580ca
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ resource "opennebula_image" "data" {
resource "opennebula_template" "vm_template" {
for_each = var.vms
name = each.key
name = "${each.key}.${each.value.domain}"
cpu = each.value.cpu
vcpu = each.value.vcpu
memory = each.value.ram