Skip to content

Commit

Permalink
disable tf-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 25, 2022
1 parent 77f048c commit 3051263
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ repos:
exclude: common/*.tf
exclude: version.tf
exclude: examples
- id: terraform_tflint
args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"]
exclude: examples
# - id: terraform_tflint
# args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"]
# exclude: examples
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,8 @@
- vpn
- fix up vpn_config_output

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

## Version 2.x
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.6.3"
_module_version = "1.6.4"
}
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 3051263

Please sign in to comment.