From 70cdf293860cb18aa8def411ee671a7d7612fc1b Mon Sep 17 00:00:00 2001 From: Sylvia McLaughlin <85905333+sylviamclaughlin@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:39:01 +0000 Subject: [PATCH] Adding an additional comment for clarity --- terraform/sqs.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/sqs.tf b/terraform/sqs.tf index 69ed607e..1b6f7879 100644 --- a/terraform/sqs.tf +++ b/terraform/sqs.tf @@ -1,3 +1,4 @@ +# Create a FIFO SQS queue for the SRE Bot resource "aws_sqs_queue" "sre_bot_fifo_queue" { name = "sre-bot-fifo-queue.fifo" fifo_queue = true # Make sure that it is FIFO queue