Update ubuntu-server-jammy.pkr.hcl

Updated source to proxmox-iso
This commit is contained in:
Jesse Moore 2023-11-19 17:22:06 -08:00 committed by GitHub
parent d6729c02ae
commit 8726e5181b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" {