Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 49e8cc8

Browse files
Update Terraform ovh to ~> 0.42.0
1 parent ce21c39 commit 49e8cc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ovh/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
required_providers {
88
ovh = {
99
source = "ovh/ovh"
10-
version = "~> 0.37.0"
10+
version = "~> 0.42.0"
1111
}
1212
helm = {
1313
source = "hashicorp/helm"

state_bucket/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
}
77
ovh = {
88
source = "ovh/ovh"
9-
version = "~> 0.37.0"
9+
version = "~> 0.42.0"
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)