Skip to content

Commit

Permalink
add mrk for sqs
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-whitwell committed Nov 29, 2024
1 parent b07d30e commit 261c999
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions terraform/account/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@ module "sessions_actor_mrk" {
}
}



module "sqs_mrk" {
source = "./modules/multi_region_kms"

key_description = "KMS key for sqs"
key_alias = "sqs-mrk"
deletion_window_in_days = 7

providers = {
aws.primary = aws.eu_west_1
aws.secondary = aws.eu_west_2
}
}

module "cloudwatch_mrk" {
source = "./modules/multi_region_kms"

Expand Down

0 comments on commit 261c999

Please sign in to comment.