aboutsummaryrefslogtreecommitdiffstats
path: root/opentofu/versions.tf
diff options
context:
space:
mode:
Diffstat (limited to 'opentofu/versions.tf')
-rw-r--r--opentofu/versions.tf4
1 files changed, 4 insertions, 0 deletions
diff --git a/opentofu/versions.tf b/opentofu/versions.tf
index 9df6a1e..d6f8727 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -10,5 +10,9 @@ terraform {
source = "hashicorp/local"
version = ">= 2.4.0"
}
+ openstack = {
+ source = "terraform-provider-openstack/openstack"
+ version = "3.4.0"
+ }
}
}