Skip to content

Commit 660018a

Browse files
chore(deps): update terraform proxmox to v0.85.1
1 parent 94a62bf commit 660018a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tofu/home-assistant/main.tofu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
proxmox = {
44
source = "bpg/proxmox"
5-
version = "0.84.0"
5+
version = "0.85.1"
66
}
77
}
88
}

tofu/kubernetes/providers.tofu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
}
77
proxmox = {
88
source = "bpg/proxmox"
9-
version = "0.84.0"
9+
version = "0.85.1"
1010
}
1111
talos = {
1212
source = "siderolabs/talos"

0 commit comments

Comments
 (0)