aboutsummaryrefslogtreecommitdiff
path: root/opentofu
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-05-24 16:38:04 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2025-05-24 16:38:04 +0200
commit32e897b2045cf72a081d47e7b5a49f4610630d6a (patch)
treefb93933435057795d2ecc602b038f56e24cf59b0 /opentofu
parent11d2aec9571f2dd5d579a2b890adcd5499f9e1d5 (diff)
tofu: update bpg/proxmox to 0.78.0 (tested)HEADmaster
Diffstat (limited to 'opentofu')
-rw-r--r--opentofu/terraform.tfvars3
-rw-r--r--opentofu/versions.tf2
2 files changed, 3 insertions, 2 deletions
diff --git a/opentofu/terraform.tfvars b/opentofu/terraform.tfvars
index a4f8a13..0632a53 100644
--- a/opentofu/terraform.tfvars
+++ b/opentofu/terraform.tfvars
@@ -1,4 +1,5 @@
-proxmox_api_url = "https://10.0.0.5:8006/api2/json"
+proxmox_api_url = "https://10.0.0.5:8006/api2/json"
+#proxmox_api_url = "https://192.168.1.10:8006/api2/json"
proxmox_node = "pve"
debian_server_bookworm_packer_image_id = "999"
ubuntu_server_noble_packer_image_id = "998"
diff --git a/opentofu/versions.tf b/opentofu/versions.tf
index e453f27..84bfe43 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
- version = "0.77.0"
+ version = "0.78.0"
}
local = {
source = "hashicorp/local"