Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Bump terraform-aws-modules/alb/aws from 6.5.0 to 6.6.1 (#43)
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/alb/aws](https://github.com/terraform-aws-modules/terraform-aws-alb) from 6.5.0 to 6.6.1.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-alb/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-alb/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-alb@v6.5.0...v6.6.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mergify[bot] authored Nov 22, 2021
1 parent 68ffd5e commit 9fea267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alb.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#tfsec:ignore:AWS005 tfsec:ignore:AWS083 tfsec:ignore:AWS004
module "alb" {
source = "terraform-aws-modules/alb/aws"
version = "6.5.0"
version = "6.6.1"

name = format(
"%.32s",
Expand Down

0 comments on commit 9fea267

Please sign in to comment.