Skip to content

Commit

Permalink
Bump hashicorp/aws from 5.37.0 to 5.69.0 in /tenants/test2
Browse files Browse the repository at this point in the history
Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 5.37.0 to 5.69.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.37.0...v5.69.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent eeff863 commit 42fd536
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion modules/compliant-account/main.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.37.0"
version = "~> 5.69.0"
}
}

Expand Down
34 changes: 17 additions & 17 deletions tenants/test2/.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 tenants/test2/main.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.37.0"
version = "~> 5.69.0"
}
}

Expand Down

0 comments on commit 42fd536

Please sign in to comment.