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

Commit

Permalink
ci: update terraform dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent 8262ebd commit 6ebb401
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 23 deletions.
47 changes: 30 additions & 17 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/modules/auth0/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
auth0 = {
source = "auth0/auth0"
version = "0.43.0"
version = "1.1.1"
}
}
}
2 changes: 1 addition & 1 deletion terraform/modules/reearth/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
auth0 = {
source = "auth0/auth0"
version = "0.43.0"
version = "1.1.1"
}
}
}
8 changes: 4 additions & 4 deletions terraform/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.50"
version = "~> 5.8"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.50"
version = "~> 5.8"
}
random = {
source = "hashicorp/random"
}
auth0 = {
source = "auth0/auth0"
version = "0.43.0"
version = "1.1.1"
}
}
required_version = ">= v1.3.7"
required_version = ">= 1.6.5"

backend "gcs" {
bucket = "plateau-test2-terraform-tfstate"
Expand Down

0 comments on commit 6ebb401

Please sign in to comment.