Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
64ne committed Dec 29, 2020
1 parent 4cd4a9d commit 2f075b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions audit.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
locals {
sns_security_subscription = [
for sub in var.sns_security_subscription :
merge(sub, { account_id = var.control_tower_account_ids.audit }
)
merge(sub, { account_id = var.control_tower_account_ids.audit })
]
}

Expand Down

0 comments on commit 2f075b0

Please sign in to comment.