Skip to content

Commit

Permalink
Bump the dev-dependencies group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 3 updates in the /terraform directory: [hashicorp/archive](https://github.com/hashicorp/terraform-provider-archive), [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) and [hashicorp/random](https://github.com/hashicorp/terraform-provider-random).


Updates `hashicorp/archive` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/hashicorp/terraform-provider-archive/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-archive/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-archive@v2.5.0...v2.6.0)

Updates `hashicorp/aws` from 5.64.0 to 5.72.1
- [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.64.0...v5.72.1)

Updates `hashicorp/random` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/hashicorp/terraform-provider-random/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-random/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-random@v3.6.2...v3.6.3)

---
updated-dependencies:
- dependency-name: hashicorp/archive
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: hashicorp/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: hashicorp/random
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent a632d78 commit 78998cd
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
88 changes: 44 additions & 44 deletions terraform/.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/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.64.0"
version = "~> 5.72.1"
}

archive = {
source = "hashicorp/archive"
version = "~> 2.5.0"
version = "~> 2.6.0"
}

random = {
Expand Down

0 comments on commit 78998cd

Please sign in to comment.