aboutsummaryrefslogtreecommitdiffstats
path: root/opentofu/versions.tf
diff options
context:
space:
mode:
Diffstat (limited to 'opentofu/versions.tf')
-rw-r--r--opentofu/versions.tf6
1 files changed, 5 insertions, 1 deletions
diff --git a/opentofu/versions.tf b/opentofu/versions.tf
index 9df6a1e..630f173 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -4,11 +4,15 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
- version = "0.109.0"
+ version = "0.111.0"
}
local = {
source = "hashicorp/local"
version = ">= 2.4.0"
}
+ openstack = {
+ source = "terraform-provider-openstack/openstack"
+ version = "3.4.0"
+ }
}
}