Update Terraform openstack to ~> 3.4.0

This commit is contained in:
2025-11-11 09:05:19 +00:00
parent f0b2c7ae3b
commit b7fe37e3d7
2 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 3.3.0"
version = "~> 3.4.0"
}
}
}