Skip to content

Commit

Permalink
chore: bump the env-dependencies group across 4 directories with 1 up…
Browse files Browse the repository at this point in the history
…date (#141)

Updates the requirements on  and [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) to permit the latest version.

Updates `hashicorp/aws` from 5.49.0 to 5.54.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.49.0...v5.54.1)

Updates `hashicorp/aws` to 5.54.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.49.0...v5.54.1)

Updates `hashicorp/aws` to 5.54.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.49.0...v5.54.1)

Updates `hashicorp/aws` to 5.54.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.49.0...v5.54.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 5e5f511 commit 1d4d098
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions infra/terraform/environments/dev/.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 infra/terraform/environments/dev/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.49.0"
version = "~> 5.54.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/environments/int/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.49.0"
version = "~> 5.54.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/environments/prep/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.49.0"
version = "~> 5.54.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/environments/prod/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.49.0"
version = "~> 5.54.1"
}
}

Expand Down

0 comments on commit 1d4d098

Please sign in to comment.