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
…3 updates

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


Updates `auth0/auth0` from 1.4.0 to 1.6.1
- [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.4.0...v1.6.1)

Updates `hashicorp/aws` from 5.63.0 to 5.67.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.63.0...v5.67.0)

Updates `hashicorp/external` from 2.3.3 to 2.3.4
- [Release notes](https://github.com/hashicorp/terraform-provider-external/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-external/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-external@v2.3.3...v2.3.4)

---
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
- dependency-name: hashicorp/external
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: global-resources
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 18, 2024
1 parent e8ef78c commit 69543d4
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
102 changes: 51 additions & 51 deletions terraform/global-resources/.terraform.lock.hcl

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

6 changes: 3 additions & 3 deletions terraform/global-resources/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ terraform {
required_providers {
auth0 = {
source = "auth0/auth0"
version = "1.4.0"
version = "1.6.1"
}
aws = {
source = "hashicorp/aws"
version = "5.63.0"
version = "5.67.0"
}
external = {
source = "hashicorp/external"
version = "2.3.3"
version = "2.3.4"
}
elasticsearch = {
source = "phillbaker/elasticsearch"
Expand Down

0 comments on commit 69543d4

Please sign in to comment.