File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ resource "proxmox_virtual_environment_vm" "Ubuntu-22-Template" {
8
8
9
9
disk {
10
10
datastore_id = " Fast2Tb"
11
- file_id = proxmox_virtual_environment_download_file . ubuntu_cloud_image_22 . id
11
+ file_id = " local:iso/jammy-server-cloudimg-amd64.img "
12
12
interface = " scsi0"
13
13
size = 4
14
14
}
38
38
}
39
39
40
40
}
41
-
42
-
43
- resource "proxmox_virtual_environment_download_file" "ubuntu_cloud_image_22" {
44
- content_type = " iso"
45
- datastore_id = " local"
46
- node_name = " prox"
47
- url = " https://cloud-images.ubuntu.com/jammy/20240720/jammy-server-cloudimg-amd64.img"
48
- }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resource "proxmox_virtual_environment_vm" "Windows11" {
3
3
node_name = " pve2"
4
4
vm_id = 250
5
5
tags = [" tofu" ]
6
- started = true
6
+ started = false
7
7
bios = " ovmf"
8
8
machine = " q35"
9
9
You can’t perform that action at this time.
0 commit comments