We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ad15a commit f8575efCopy full SHA for f8575ef
terraform/kasm.tf
@@ -44,7 +44,8 @@ resource "proxmox_virtual_environment_vm" "Kasm" {
44
initialization {
45
ip_config {
46
ipv4 {
47
- address = "dhcp"
+ address = var.kasm_ip
48
+ gateway = var.vlan_gateway
49
}
50
51
terraform/vars.tf
@@ -44,4 +44,8 @@ variable "init_username" {
variable "init_password" {
type = string
+}
+
+variable "kasm_ip" {
+ type = string
0 commit comments