Update terraform/variables.tf, terraform/main.tf
This commit is contained in:
@@ -126,4 +126,3 @@ resource "proxmox_vm_qemu" "kasm" {
|
||||
nameserver = var.dnsserver
|
||||
sshkeys = var.sshkeys
|
||||
}
|
||||
#test
|
||||
|
||||
@@ -35,7 +35,7 @@ variable "k3master" {
|
||||
storage = string
|
||||
template = string
|
||||
node = string
|
||||
ip = list(number)
|
||||
ip = list(number)
|
||||
})
|
||||
}
|
||||
|
||||
@@ -50,6 +50,6 @@ variable "k3server" {
|
||||
storage = string
|
||||
template = string
|
||||
node = string
|
||||
ip = list(number)
|
||||
ip = list(number)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user