Update Terraform openstack to ~> 3.3.0

This commit is contained in:
2025-07-12 03:56:44 +00:00
parent fb75beda2e
commit 21b92290f2
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.2.0"
version = "~> 3.3.0"
}
}
}