From ab14f2e9525ff091543e287fc56de1367da7641c Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 16 Nov 2021 12:20:20 -0500 Subject: [PATCH] fix --- cloudtrail/sns.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudtrail/sns.tf b/cloudtrail/sns.tf index 8f947cf..5734a14 100644 --- a/cloudtrail/sns.tf +++ b/cloudtrail/sns.tf @@ -38,7 +38,7 @@ data "aws_iam_policy_document" "cloudtrail_topic" { condition { test = "StringEquals" variable = "AWS:SourceOwner" - values = [loal.account_id] + values = [local.account_id] } resources = [var.enable_sns ? aws_sns_topic.cloudtrail[0].arn : null] }