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 3.1.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@v3.1.0...v3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent bb35429 commit 2041423
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions terraform/environments/analytical-platform-ingestion/kms-keys.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "transfer_logs_kms" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/kms/aws"
version = "3.1.0"
version = "3.1.1"

aliases = ["logs/transfer"]
description = "CloudWatch Logs for the Transfer Server"
Expand Down Expand Up @@ -42,7 +42,7 @@ module "s3_landing_kms" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/kms/aws"
version = "3.1.0"
version = "3.1.1"

aliases = ["s3/landing"]
description = "Family SFTP Server, Landing S3 KMS Key"
Expand All @@ -55,7 +55,7 @@ module "s3_processed_kms" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/kms/aws"
version = "3.1.0"
version = "3.1.1"

aliases = ["s3/processed"]
description = "Family SFTP Server, Processed S3 KMS Key"
Expand All @@ -68,7 +68,7 @@ module "s3_quarantine_kms" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/kms/aws"
version = "3.1.0"
version = "3.1.1"

aliases = ["s3/quarantine"]
description = "Family SFTP Server, Quarantine S3 KMS Key"
Expand All @@ -81,7 +81,7 @@ module "s3_definitions_kms" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/kms/aws"
version = "3.1.0"
version = "3.1.1"

aliases = ["s3/definitions"]
description = "Ingestion Scanning ClamAV S3 KMS Key"
Expand All @@ -94,7 +94,7 @@ module "s3_bold_egress_kms" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/kms/aws"
version = "3.1.0"
version = "3.1.1"

aliases = ["s3/bold-egress"]
description = "Used in the Bold Egress Solution"
Expand Down Expand Up @@ -123,7 +123,7 @@ module "quarantined_sns_kms" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/kms/aws"
version = "3.1.0"
version = "3.1.1"

aliases = ["sns/quarantined"]
description = "Key for quarantined notifications"
Expand Down Expand Up @@ -153,7 +153,7 @@ module "transferred_sns_kms" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/kms/aws"
version = "3.1.0"
version = "3.1.1"

aliases = ["sns/transferred"]
description = "Key for transferred notifications"
Expand All @@ -166,7 +166,7 @@ module "govuk_notify_kms" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/kms/aws"
version = "3.1.0"
version = "3.1.1"

aliases = ["secretsmanager/govuk-notify"]
description = "Key for GOV.UK Notify data"
Expand All @@ -179,7 +179,7 @@ module "supplier_data_kms" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/kms/aws"
version = "3.1.0"
version = "3.1.1"

aliases = ["secretsmanager/supplier-data"]
description = "Key for SFTP supplier data"
Expand All @@ -192,7 +192,7 @@ module "slack_token_kms" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/kms/aws"
version = "3.1.0"
version = "3.1.1"

aliases = ["secretsmanager/slack-token"]
description = "Slack token for notifications"
Expand All @@ -205,7 +205,7 @@ module "ec2_ebs_kms" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/kms/aws"
version = "3.1.0"
version = "3.1.1"

aliases = ["ec2/ebs"]
description = "EC2 EBS KMS Key"
Expand Down

0 comments on commit 2041423

Please sign in to comment.