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