⬆️ Update Terraform proxmox to v0.67.0
All checks were successful
OpenTofu Automation / deploy (push) Successful in 21s
All checks were successful
OpenTofu Automation / deploy (push) Successful in 21s
This commit is contained in:
parent
e046dfac50
commit
8c61b04b23
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.66.3"
|
version = "0.67.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ terraform {
|
||||||
required_providers {
|
required_providers {
|
||||||
proxmox = {
|
proxmox = {
|
||||||
source = "bpg/proxmox"
|
source = "bpg/proxmox"
|
||||||
version = "0.66.3"
|
version = "0.67.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue