Update terraform/provider.tf
All checks were successful
OpenTofu Automation / deploy (push) Successful in 17s
All checks were successful
OpenTofu Automation / deploy (push) Successful in 17s
This commit is contained in:
parent
3478d174a6
commit
c8da903834
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ terraform {
|
|||
required_providers {
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = ">= 0.65.0"
|
||||
version = "0.65.0"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue