Skip to content

Commit aed5e5c

Browse files
chore(deps): update terraform proxmox to v0.78.1 (#323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e24155 commit aed5e5c

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.76.0"
5+
version = "0.78.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.76.0"
9+
version = "0.78.1"
1010
}
1111
talos = {
1212
source = "siderolabs/talos"

0 commit comments

Comments
 (0)