Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 14, 2021
1 parent 115c833 commit 76638b2
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 @@ -120,7 +120,7 @@ resource "aws_cloudwatch_log_subscription_filter" "flowlog" {
data "template_file" "splunk_flowlog_tasks_flowlog" {
template = file("${path.module}/templates/aws_kinesis_tasks.conf.tpl")
vars = {
account_id = var.account_id
account_id = local.account_id
account_alias = local.splunk_account_alias
region = data.aws_region.current.name
flowlog_name = aws_cloudwatch_log_group.flowlog.name
Expand Down

0 comments on commit 76638b2

Please sign in to comment.