Skip to content

Commit bc306e6

Browse files
committed
fix: existing_id_sync_sqs_encryption_key
1 parent be96d36 commit bc306e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/sqs_id_sync.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
resource "aws_sqs_queue" "id_sync_queue" {
44
name = "${local.short_prefix}-id-sync-queue"
5-
kms_master_key_id = aws_kms_alias.id_sync_sqs_encryption.name
5+
kms_master_key_id = data.aws_kms_key.existing_id_sync_sqs_encryption_key.arn
66
visibility_timeout_seconds = 60
77
redrive_policy = jsonencode({
88
deadLetterTargetArn = aws_sqs_queue.id_sync_dlq.arn

0 commit comments

Comments
 (0)