mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 00:03:16 +01:00
Update ubuntu-server-jammy.pkr.hcl
Updated source to proxmox-iso
This commit is contained in:
parent
d6729c02ae
commit
8726e5181b
@ -17,7 +17,7 @@ variable "proxmox_api_token_secret" {
|
||||
}
|
||||
|
||||
# Resource Definiation for the VM Template
|
||||
source "proxmox" "ubuntu-server-jammy" {
|
||||
source "proxmox-iso" "ubuntu-server-jammy" {
|
||||
|
||||
# Proxmox Connection Settings
|
||||
proxmox_url = "${var.proxmox_api_url}"
|
||||
@ -108,7 +108,7 @@ source "proxmox" "ubuntu-server-jammy" {
|
||||
build {
|
||||
|
||||
name = "ubuntu-server-jammy"
|
||||
sources = ["source.proxmox.ubuntu-server-jammy"]
|
||||
sources = ["proxmox-iso.ubuntu-server-jammy"]
|
||||
|
||||
# Provisioning the VM Template for Cloud-Init Integration in Proxmox #1
|
||||
provisioner "shell" {
|
||||
|
Loading…
Reference in New Issue
Block a user