[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
|
insecure_skip_tls_verify = true
|
||||||
iso_file = "${var.proxmox_iso_pool}/${var.iso_image}"
|
iso_file = "${var.proxmox_iso_pool}/${var.iso_image}"
|
||||||
node = "${var.proxmox_node}"
|
node = "${var.proxmox_node}"
|
||||||
vm_id = "998"
|
vm_id = "10001"
|
||||||
tags = "mgmt"
|
tags = "mgmt"
|
||||||
os = "l26"
|
os = "l26"
|
||||||
password = "${var.proxmox_password}"
|
password = "${var.proxmox_password}"
|
||||||
|
@ -111,7 +111,7 @@ source "proxmox-iso" "template" {
|
|||||||
insecure_skip_tls_verify = true
|
insecure_skip_tls_verify = true
|
||||||
iso_file = "${var.proxmox_iso_pool}/${var.ubuntu_image}"
|
iso_file = "${var.proxmox_iso_pool}/${var.ubuntu_image}"
|
||||||
node = "${var.proxmox_node}"
|
node = "${var.proxmox_node}"
|
||||||
vm_id = "999"
|
vm_id = "10002"
|
||||||
tags = "mgmt"
|
tags = "mgmt"
|
||||||
os = "l26"
|
os = "l26"
|
||||||
password = "${var.proxmox_password}"
|
password = "${var.proxmox_password}"
|
||||||
|
Loading…
Reference in New Issue
Block a user