Skip to content

Commit

Permalink
fix for CKV_AWS_27
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Sep 13, 2024
1 parent a5b43ad commit 7d5c636
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sqs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sqs_queue
resource "aws_sqs_queue" "dlq" {
name = "${var.name}-lambda-dlq"
name = "${var.name}-lambda-dlq"
kms_master_key_id = aws_kms_key.encryption.arn
kms_data_key_reuse_period_seconds = 300
}

0 comments on commit 7d5c636

Please sign in to comment.