Skip to content

Commit

Permalink
Merge pull request #8618 from ministryofjustice/fix/use-multi-region-kms
Browse files Browse the repository at this point in the history
Use multi-region KMS key for environment management
  • Loading branch information
Khatraf authored Nov 28, 2024
2 parents ec07ff4 + 12df254 commit 68c96ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/core-logging/athena.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data "aws_caller_identity" "mod-platform" {

data "aws_kms_alias" "environment_management" {
provider = aws.modernisation-platform
name = "alias/environment-management"
name = "alias/environment-management-multi-region"
}

#S3 Bucket for Athena temp SQL queries
Expand Down

0 comments on commit 68c96ad

Please sign in to comment.