Update terraform/provider.tf
All checks were successful
OpenTofu Automation / deploy (push) Successful in 17s

This commit is contained in:
Matt Reeves 2024-11-02 23:40:49 -04:00
parent 3478d174a6
commit c8da903834

View file

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