infra: allow more recent ovh versions

This commit is contained in:
Romain Paquet 2026-01-05 21:42:17 +01:00
parent 4ce5811615
commit d162591696
2 changed files with 3 additions and 2 deletions

View file

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