infra: allow more recent ovh versions
This commit is contained in:
parent
4ce5811615
commit
d162591696
2 changed files with 3 additions and 2 deletions
1
infra/.terraform.lock.hcl
generated
1
infra/.terraform.lock.hcl
generated
|
|
@ -41,6 +41,7 @@ provider "registry.opentofu.org/hetznercloud/hcloud" {
|
|||
|
||||
provider "registry.opentofu.org/ovh/ovh" {
|
||||
version = "2.10.0"
|
||||
constraints = "> 2.5.0"
|
||||
hashes = [
|
||||
"h1:6CHM/tHZ7vAvQKtdqurs6ExO+46gpFooZ0zdaW74DKE=",
|
||||
"zh:1582485c59b5e25fa407417de3040dfc31bfec3f9b884d51953f6625b930d2f6",
|
||||
|
|
|
|||
|
|
@ -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