Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 16, 2021
1 parent 2ec53a3 commit ab14f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudtrail/sns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}
Expand Down

0 comments on commit ab14f2e

Please sign in to comment.