Skip to content

Commit

Permalink
build(deps): update terraform hashicorp/terraform to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 5d60016 commit 4bf6ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

env:
# renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp extractVersion=^v(?<version>.+)$
TERRAFORM_VERSION: 1.9.5
TERRAFORM_VERSION: 1.10.1

jobs:
pre-job:
Expand Down
2 changes: 1 addition & 1 deletion scaleway/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.9.5"
required_version = "1.10.1"
required_providers {
scaleway = {
source = "scaleway/scaleway"
Expand Down

0 comments on commit 4bf6ef5

Please sign in to comment.