diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-18 21:03:00 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-18 21:03:00 +0100 |
commit | 1e1a8a1f3f4a8586072d3e31d2bef9c27786d448 (patch) | |
tree | 95b1618e62c971265f1df55131e1a784d2e3d873 /opentofu/terraform.tfvars | |
parent | 8af7efa1e03c1d37cf34197249e487348d382d82 (diff) |
Also changes the id of the packer images,
now starting at the "end" (999), while VMs start at 100
Diffstat (limited to 'opentofu/terraform.tfvars')
-rw-r--r-- | opentofu/terraform.tfvars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opentofu/terraform.tfvars b/opentofu/terraform.tfvars index bbb7b1b..1fef5f5 100644 --- a/opentofu/terraform.tfvars +++ b/opentofu/terraform.tfvars @@ -1,6 +1,7 @@ proxmox_api_url = "https://10.0.0.5:8006/api2/json" proxmox_node = "pve" debian_server_bookworm_packer_image_name = "debian-server-bookworm-12-9-0-amd64" +debian_server_bookworm_packer_image_id = "999" ubuntu_server_noble_packer_image_name = "ubuntu-server-noble-24-04-1-amd64" vm_username = "mas" ssh_private_key_path = "~/.ssh/id_ecdsa" |