From 9a55e9353ed35dcebe11caca031b379c0c6689ec Mon Sep 17 00:00:00 2001 From: janli Date: Thu, 27 Feb 2025 12:29:57 -0800 Subject: [PATCH] feat: fix missing typo --- sns.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/sns.tf b/sns.tf index 1d6188c..7c604b3 100644 --- a/sns.tf +++ b/sns.tf @@ -100,6 +100,7 @@ resource "aws_sqs_queue" "apiary_managed_logs_queue" { "aws:SourceArn": [ "${join("\",\"", formatlist("arn:aws:s3:::%s", local.s3_log_buckets))}" ] + } } } ]