aboutsummaryrefslogtreecommitdiffstats
path: root/opentofu/versions.tf
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2026-06-25 19:41:56 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2026-06-25 19:41:56 +0200
commite35b6d8d3859b5e5960ce49c1438aa5af2911433 (patch)
tree659bc3c9a89cbc68a0878f8901fc5835f24bb39c /opentofu/versions.tf
parent30c9dd5a2450011a04fb426b9b81b60989d1ce2f (diff)
downloadhomelab-iac-e35b6d8d3859b5e5960ce49c1438aa5af2911433.tar.gz
homelab-iac-e35b6d8d3859b5e5960ce49c1438aa5af2911433.tar.bz2
homelab-iac-e35b6d8d3859b5e5960ce49c1438aa5af2911433.zip
opentofu: starting to experiment with openstack
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"
+ }
}
}