terraform: update OpenStack provider

This commit is contained in:
Malte Poll 2024-02-12 15:25:23 +01:00
parent f9442cecb1
commit 6c8504323f
4 changed files with 126 additions and 87 deletions

View file

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