Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 14, 2021
1 parent 6d36258 commit 8f82cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowlogs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ resource "aws_kinesis_stream" "flowlog" {
shard_level_metrics = ["IncomingBytes", "OutgoingBytes", "IncomingRecords", "OutgoingRecords"]
tags = merge(
local.base_tags,
local.tags,
var.tags,
tomap({ "Name" = local.flowlog_stream_name }),
)
}
Expand Down

0 comments on commit 8f82cd1

Please sign in to comment.