You've already forked net-research
chore: small improvements
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user