infra: allow more recent version of ovh provider

This commit is contained in:
Romain Paquet 2025-12-31 00:32:37 +01:00
parent c79df328de
commit 9e3d99231d

View file

@ -6,7 +6,7 @@ terraform {
} }
ovh = { ovh = {
source = "ovh/ovh" source = "ovh/ovh"
version = "2.5.0" version = "~> 2.5.0"
} }
assert = { assert = {
source = "hashicorp/assert" source = "hashicorp/assert"