diff options
Diffstat (limited to 'opentofu')
-rw-r--r-- | opentofu/terraform.tfvars | 3 | ||||
-rw-r--r-- | opentofu/versions.tf | 2 |
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" |