⬆️ Update Terraform proxmox to v0.70.0
All checks were successful
OpenTofu Automation / deploy (push) Successful in 19s
All checks were successful
OpenTofu Automation / deploy (push) Successful in 19s
This commit is contained in:
parent
f5fa62e429
commit
f656029fe1
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ terraform {
|
|||
required_providers {
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.69.1"
|
||||
version = "0.70.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ terraform {
|
|||
required_providers {
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.69.1"
|
||||
version = "0.70.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue