diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2026-06-27 20:43:57 +0200 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2026-06-27 20:43:57 +0200 |
| commit | 463e063f5b99557c4337afb5a15541f9b0d0e1e6 (patch) | |
| tree | f0ac96462be069d3dd3b6b4eeb453ac76351264d /opentofu | |
| parent | c883b9f62d963bce14f0df178999f70337aa1517 (diff) | |
| download | homelab-iac-463e063f5b99557c4337afb5a15541f9b0d0e1e6.tar.gz homelab-iac-463e063f5b99557c4337afb5a15541f9b0d0e1e6.tar.bz2 homelab-iac-463e063f5b99557c4337afb5a15541f9b0d0e1e6.zip | |
tofu: update bpg/proxmox to 0.111.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 d6f8727..630f173 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.109.0" + version = "0.111.0" } local = { source = "hashicorp/local" |
