⬆️ Update Terraform proxmox to v0.68.1
All checks were successful
OpenTofu Automation / deploy (push) Successful in 18s
All checks were successful
OpenTofu Automation / deploy (push) Successful in 18s
This commit is contained in:
parent
df975f391b
commit
4f5d69546a
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ terraform {
|
|||
required_providers {
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.68.0"
|
||||
version = "0.68.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ terraform {
|
|||
required_providers {
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.68.0"
|
||||
version = "0.68.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue