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

Commit

Permalink
Update Terraform ovh to ~> 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and claudusd committed Feb 19, 2024
1 parent de30fd9 commit e62068b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ovh/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
ovh = {
source = "ovh/ovh"
version = "~> 0.34.0"
version = "~> 0.37.0"
}
helm = {
source = "hashicorp/helm"
Expand Down
2 changes: 1 addition & 1 deletion state_bucket/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
ovh = {
source = "ovh/ovh"
version = "~> 0.34.0"
version = "~> 0.37.0"
}
}
}
Expand Down

0 comments on commit e62068b

Please sign in to comment.