diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2026-06-02 19:13:52 +0200 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2026-06-02 19:13:52 +0200 |
| commit | 59235ed806800c8c9b05787218b045169b32ac67 (patch) | |
| tree | d47ac35a938eccdc9c0e03b0ca0be4e6e975cc77 /opentofu | |
| parent | e56b3bf4922ba1f574c8f696d8b12255d18fd231 (diff) | |
| download | homelab-iac-59235ed806800c8c9b05787218b045169b32ac67.tar.gz homelab-iac-59235ed806800c8c9b05787218b045169b32ac67.tar.bz2 homelab-iac-59235ed806800c8c9b05787218b045169b32ac67.zip | |
tofu: update bpg/proxmox to 0.108.0
Diffstat (limited to 'opentofu')
| -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 8e029e1..3fbb4cb 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.104.0" + version = "0.108.0" } local = { source = "hashicorp/local" |
