[packer] feat: change vm id
This commit is contained in:
parent
56088044da
commit
b561e632e2
@ -111,7 +111,7 @@ source "proxmox-iso" "template" {
|
||||
insecure_skip_tls_verify = true
|
||||
iso_file = "${var.proxmox_iso_pool}/${var.iso_image}"
|
||||
node = "${var.proxmox_node}"
|
||||
vm_id = "998"
|
||||
vm_id = "10001"
|
||||
tags = "mgmt"
|
||||
os = "l26"
|
||||
password = "${var.proxmox_password}"
|
||||
|
@ -111,7 +111,7 @@ source "proxmox-iso" "template" {
|
||||
insecure_skip_tls_verify = true
|
||||
iso_file = "${var.proxmox_iso_pool}/${var.ubuntu_image}"
|
||||
node = "${var.proxmox_node}"
|
||||
vm_id = "999"
|
||||
vm_id = "10002"
|
||||
tags = "mgmt"
|
||||
os = "l26"
|
||||
password = "${var.proxmox_password}"
|
||||
|
Loading…
Reference in New Issue
Block a user