chore: some changes

This commit is contained in:
ITQ
2025-08-18 21:41:01 +03:00
parent 937d491f20
commit d266eb5945
9 changed files with 50 additions and 26 deletions
-2
View File
@@ -62,8 +62,6 @@ module "nodes" {
name = each.key
network_id = libvirt_network.default.id
ipv4 = each.value.ipv4
ipv6 = each.value.ipv6
volume_base_id = each.value.image
user_data = each.value.user_data
network_config = each.value.network_config
-2
View File
@@ -1,7 +1,5 @@
variable "name" {}
variable "network_id" {}
variable "ipv4" {}
variable "ipv6" {}
variable "volume_base_id" {}
variable "user_data" {}
variable "network_config" {}