Update Terraform proxmox to v3.0.2-rc08 #17

Open
renovate-bot wants to merge 1 commit from renovate/proxmox-3.x into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit bbea6dbed0 - Show all commits

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "telmate/proxmox"
version = "3.0.2-rc07"
version = "3.0.2-rc08"
}
}
}

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "telmate/proxmox"
version = "3.0.2-rc07"
version = "3.0.2-rc08"
}
}
}