Skip to content

Commit

Permalink
fix region
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 14, 2021
1 parent 8f82cd1 commit bec3bb5
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 @@ -114,7 +114,7 @@ data "template_file" "splunk_flowlog_tasks_flowlog" {
vars = {
account_id = var.account_id
account_alias = local.splunk_account_alias
region = local.region
region = data.aws_region.current.name
flowlog_name = aws_cloudwatch_log_group.flowlog.name
flowlog_stream_name = local.flowlog_stream_name
}
Expand Down

0 comments on commit bec3bb5

Please sign in to comment.