Skip to content

Commit

Permalink
chore: bump hashicorp/aws from 5.60.0 to 5.66.0 (#81)
Browse files Browse the repository at this point in the history
* chore: bump hashicorp/aws from 5.60.0 to 5.66.0

Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 5.60.0 to 5.66.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.60.0...v5.66.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* docs: Update README.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Craig Sloggett <craigsloggett@gmail.com>
  • Loading branch information
dependabot[bot] and craigsloggett authored Sep 13, 2024
1 parent e8afa13 commit 78df326
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions .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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ An example Terraform module repository used to showcase automation and tooling.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.2 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | 5.60.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | 5.66.0 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.60.0"
version = "5.66.0"
}
}
}

0 comments on commit 78df326

Please sign in to comment.