Fix a dependency

This commit is contained in:
Andrea Dell'Amico 2026-08-05 17:39:09 +02:00
parent eeaf5d0e52
commit ba86dfcbb9
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.53.0"
version = ">= 1.53.0"
}
}
}