Skip to content

Commit

Permalink
Adding an additional comment for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviamclaughlin authored Oct 1, 2024
1 parent 7a3985a commit 70cdf29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/sqs.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 70cdf29

Please sign in to comment.