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 (#295)

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

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

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

Updates `hashicorp/aws` to 5.65.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.64.0...v5.65.0)

Updates `hashicorp/aws` to 5.65.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.64.0...v5.65.0)

---
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
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 2, 2024
1 parent 4de027c commit e9c96e4
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 38 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.64.0"
version = "~> 5.65.0"
}
}

Expand Down
34 changes: 17 additions & 17 deletions infra/terraform/environments/int/.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/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.64.0"
version = "~> 5.65.0"
}
}

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.64.0"
version = "~> 5.65.0"
}
}

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.64.0"
version = "~> 5.65.0"
}
}

Expand Down

0 comments on commit e9c96e4

Please sign in to comment.