Update terraform/provider.tf

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 { required_providers {
proxmox = { proxmox = {
source = "bpg/proxmox" source = "bpg/proxmox"
version = ">= 0.65.0" version = "0.65.0"
} }
} }