infra: allow more recent version of ovh provider
This commit is contained in:
parent
c79df328de
commit
9e3d99231d
1 changed files with 1 additions and 1 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