Skip to content

Commit

Permalink
Bump terraform-aws-modules/kms/aws
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/kms/aws](https://github.com/terraform-aws-modules/terraform-aws-kms) from 2.2.0 to 3.1.1.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-kms/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-kms/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-kms@v2.2.0...v3.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent bb35429 commit 4af2709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "kms_key" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions
source = "terraform-aws-modules/kms/aws"
version = "2.2.0"
version = "3.1.1"

aliases = ["auth0/${var.name}"]
description = "Auth0 KMS Key for ${var.name}"
Expand Down

0 comments on commit 4af2709

Please sign in to comment.