infra: allow more recent ovh versions
This commit is contained in:
parent
4ce5811615
commit
d162591696
2 changed files with 3 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ terraform {
|
|||
}
|
||||
ovh = {
|
||||
source = "ovh/ovh"
|
||||
version = "~> 2.5.0"
|
||||
version = "> 2.5.0"
|
||||
}
|
||||
assert = {
|
||||
source = "hashicorp/assert"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue