Skip to content

Commit

Permalink
UML-3738: remove env name from kms (#3040)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-whitwell authored Jan 8, 2025
1 parent a40f3a1 commit 3a5f6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/account/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ module "event_receiver_mrk" {
source = "./modules/multi_region_kms"

key_description = "KMS key for received events"
key_alias = "${local.environment}-event-receiver-mrk"
key_alias = "event-receiver-mrk"
key_policy = data.aws_iam_policy_document.event_receiver_kms.json
deletion_window_in_days = 7

Expand Down

0 comments on commit 3a5f6b6

Please sign in to comment.