first commit

This commit is contained in:
Matthias Hinrichs
2025-06-12 15:32:02 +02:00
commit bbcdccdfb7
9 changed files with 4460 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
terraform {
required_version = ">= 0.14.0"
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 3.1.0"
}
}
}