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 433ae6e commit 183fbe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudtrail/sns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ resource "aws_sns_topic" "cloudtrail" {

tags = merge(
local.base_tags,
local.tags
var.tags,
map("Name", local.name),
)
}

Expand Down

0 comments on commit 183fbe8

Please sign in to comment.