⬆️ Update Terraform proxmox to v0.69.0
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 7s
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 7s
This commit is contained in:
parent
1c6802fdd1
commit
9db117ceab
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ terraform {
|
|||
required_providers {
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.68.1"
|
||||
version = "0.69.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ terraform {
|
|||
required_providers {
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.68.1"
|
||||
version = "0.69.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue