chore: small improvements

This commit is contained in:
ITQ
2025-12-26 15:41:30 +03:00
parent 8fa3647642
commit d07b051b9c
5 changed files with 109 additions and 46 deletions
-2
View File
@@ -8,7 +8,6 @@ terraform {
variable "name" {}
variable "network_id" {}
variable "ip" {}
variable "volume_base_id" {}
variable "user_data" {}
variable "vcpu" {}
@@ -36,7 +35,6 @@ resource "libvirt_domain" "this" {
network_interface {
network_id = var.network_id
addresses = [var.ip]
}
arch = "x86_64"