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