⬆️ Update Terraform proxmox to v0.68.1 #500

Merged
mafyuh merged 1 commit from renovate/proxmox-0.x into main 2024-12-11 00:13:14 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8ce51171dc - Show all commits

View file

@ -24,7 +24,7 @@ terraform {
required_providers { required_providers {
proxmox = { proxmox = {
source = "bpg/proxmox" source = "bpg/proxmox"
version = "0.68.0" version = "0.68.1"
} }
} }
} }

View file

@ -2,7 +2,7 @@ terraform {
required_providers { required_providers {
proxmox = { proxmox = {
source = "bpg/proxmox" source = "bpg/proxmox"
version = "0.68.0" version = "0.68.1"
} }
} }
} }