We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e4b8f commit a126eb2Copy full SHA for a126eb2
terraform/main.tf
@@ -22,7 +22,7 @@ terraform {
22
required_providers {
23
proxmox = {
24
source = "bpg/proxmox"
25
- version = "0.70.0"
+ version = "0.70.1"
26
}
27
bitwarden-secrets = {
28
source = "sebastiaan-dev/bitwarden-secrets"
terraform/proxmox/provider.tf
@@ -2,7 +2,7 @@ terraform {
2
3
4
5
6
7
8
0 commit comments