Skip to content

Commit

Permalink
chore(deps): bump the global-resources group across 1 directory with …
Browse files Browse the repository at this point in the history
…2 updates

Bumps the global-resources group with 2 updates in the /terraform/global-resources directory: [auth0/auth0](https://github.com/auth0/terraform-provider-auth0) and [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws).


Updates `auth0/auth0` from 1.10.0 to 1.12.0
- [Release notes](https://github.com/auth0/terraform-provider-auth0/releases)
- [Changelog](https://github.com/auth0/terraform-provider-auth0/blob/main/CHANGELOG.md)
- [Commits](auth0/terraform-provider-auth0@v1.10.0...v1.12.0)

Updates `hashicorp/aws` from 5.84.0 to 5.86.0
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v5.84.0...v5.86.0)

---
updated-dependencies:
- dependency-name: auth0/auth0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: global-resources
- dependency-name: hashicorp/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: global-resources
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 9, 2025
1 parent 1dc2ccf commit 8950b3e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
74 changes: 37 additions & 37 deletions terraform/global-resources/.terraform.lock.hcl

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

4 changes: 2 additions & 2 deletions terraform/global-resources/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terraform {
required_providers {
auth0 = {
source = "auth0/auth0"
version = "1.10.0"
version = "1.12.0"
}
aws = {
source = "hashicorp/aws"
version = "5.84.0"
version = "5.86.0"
}
external = {
source = "hashicorp/external"
Expand Down

0 comments on commit 8950b3e

Please sign in to comment.