deps: update Terraform openstack to v3 (#3539)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-16 12:47:29 +01:00 committed by GitHub
parent 126dbd69d9
commit d9ab8c76e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 33 additions and 24 deletions

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "1.54.1"
version = "3.0.0"
}
}
}