diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-06-22 22:07:51 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-06-22 22:07:51 +0200 |
commit | 148412c37a817f77c9582c7cc10df8305742804c (patch) | |
tree | 45861cd05ddfc176efeeb9bc39e42bb65d20c7de | |
parent | 32e897b2045cf72a081d47e7b5a49f4610630d6a (diff) |
tofu: update bpg/proxmox to 0.78.2
-rw-r--r-- | opentofu/versions.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentofu/versions.tf b/opentofu/versions.tf index 84bfe43..b696ef7 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.78.0" + version = "0.78.2" } local = { source = "hashicorp/local" |