infra: allow more recent version of ovh provider
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user