Skip to content

Commit

Permalink
Merge pull request #6 from terraform-modules/update-flowlog-template
Browse files Browse the repository at this point in the history
v1.1.5: change flowlog splunk template
  • Loading branch information
badra001 committed Jul 12, 2021
2 parents 6144f5d + 3b7a911 commit 115c833
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@
* v1.1.4 -- 20210709
- vpn
- add custom_preshared_keys

* v1.1.5 -- 20210712
- flowlogs
- change template input name
2 changes: 1 addition & 1 deletion common/version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "1.1.4"
_module_version = "1.1.5"
}
2 changes: 1 addition & 1 deletion flowlogs/templates/aws_kinesis_tasks.conf.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[${account_alias}-flowlogs-${region}_${flowlog_name}]
[${account_id}-flowlogs-${region}_${flowlog_name}]
account = ${account_alias}
format = CloudWatchLogs
index = aws_vpc_flow_logs
Expand Down

0 comments on commit 115c833

Please sign in to comment.