Merge branch 'main' into renovate/ghcr.io-linuxserver-code-server
This commit is contained in:
commit
8c8b2f9405
2 changed files with 2 additions and 10 deletions
|
@ -8,7 +8,7 @@ resource "proxmox_virtual_environment_vm" "Ubuntu-22-Template" {
|
|||
|
||||
disk {
|
||||
datastore_id = "Fast2Tb"
|
||||
file_id = proxmox_virtual_environment_download_file.ubuntu_cloud_image_22.id
|
||||
file_id = "local:iso/jammy-server-cloudimg-amd64.img"
|
||||
interface = "scsi0"
|
||||
size = 4
|
||||
}
|
||||
|
@ -38,11 +38,3 @@ vga {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
resource "proxmox_virtual_environment_download_file" "ubuntu_cloud_image_22" {
|
||||
content_type = "iso"
|
||||
datastore_id = "local"
|
||||
node_name = "prox"
|
||||
url = "https://cloud-images.ubuntu.com/jammy/20240720/jammy-server-cloudimg-amd64.img"
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ resource "proxmox_virtual_environment_vm" "Windows11" {
|
|||
node_name = "pve2"
|
||||
vm_id = 250
|
||||
tags = ["tofu"]
|
||||
started = true
|
||||
started = false
|
||||
bios = "ovmf"
|
||||
machine = "q35"
|
||||
|
||||
|
|
Loading…
Reference in a new issue