Update Terraform openstack to ~> 3.2.0

This commit is contained in:
2025-06-23 14:03:04 +00:00
parent 45e3b0d6f1
commit 4109ddbd64
2 changed files with 31 additions and 19 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 3.1.0"
version = "~> 3.2.0"
}
}
}