Update Terraform openstack to v4.123.0
Some checks failed
Gitea Actions Demo Training / Explore-Gitea-Actions (push) Failing after 18s

This commit is contained in:
Renovate Bot
2024-08-03 13:08:40 +00:00
parent c0fa2d3cc9
commit 8ea4b57810

View File

@@ -3,6 +3,6 @@ terraform {
required_providers {
openstack = {
source = "hashicorp/oci"
version = "4.48.0" }
version = "4.123.0" }
}
}