Skip to content

Commit

Permalink
remove kms
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-whitwell committed Nov 29, 2024
1 parent 0a65502 commit 780339f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions terraform/account/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,6 @@ 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 780339f

Please sign in to comment.