Skip to content

Commit

Permalink
change template to use account_alias
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 25, 2022
1 parent 95c00a5 commit c4deba6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,8 @@
* 2.0.1 -- 2022-05-24
- update map() and list() to tf 1.x compatible things
- add tf_module_name tag

* 2.0.2 -- 2022-05-25
- flowlogs
- change template to use account_alias

2 changes: 1 addition & 1 deletion common/version.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
_module_version = "2.0.1"
_module_version = "2.0.2"
_module_names = {
"_main_" = "aws-vpc-setup"

Expand Down
3 changes: 2 additions & 1 deletion flowlogs/templates/aws_kinesis_tasks.conf.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[${account_id}-flowlogs-${region}_${flowlog_name}]
[${account_alias}-flowlogs-${region}_${flowlog_name}]
# account_id = ${account_id}
account = ${account_alias}
format = CloudWatchLogs
index = aws_vpc_flow_logs
Expand Down

0 comments on commit c4deba6

Please sign in to comment.