From 76638b2f565a7f5763305064e968e92257fb7067 Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 14 Jul 2021 13:00:02 -0400 Subject: [PATCH] fix --- flowlogs/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowlogs/main.tf b/flowlogs/main.tf index 0bb3e8a..33752df 100644 --- a/flowlogs/main.tf +++ b/flowlogs/main.tf @@ -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