fix(nebula): improve resource templates

This commit is contained in:
2023-02-27 14:13:58 +01:00
parent 5059720757
commit f5412c3138
3 changed files with 7 additions and 4 deletions

View File

@ -3,4 +3,5 @@ locals {
system_image_name = "system.${local.fqdn}"
system_image_source = var.system_image_source
data_image_name = "data.${local.fqdn}"
group = "${var.group}"
}

View File

@ -1,4 +1,3 @@
resource "opennebula_group" "main" {
name = var.group
}