infra: allow more recent ovh versions
This commit is contained in:
@@ -6,7 +6,7 @@ terraform {
|
||||
}
|
||||
ovh = {
|
||||
source = "ovh/ovh"
|
||||
version = "~> 2.5.0"
|
||||
version = "> 2.5.0"
|
||||
}
|
||||
assert = {
|
||||
source = "hashicorp/assert"
|
||||
|
||||
Reference in New Issue
Block a user