Skip to content

Commit

Permalink
DTPK-221 fix: config file out dated (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
xshot9011 authored Aug 17, 2022
1 parent 0100c04 commit a9ba267
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
args:
- "--args=--only=terraform_deprecated_interpolation"
- "--args=--only=terraform_deprecated_index"
# - "--args=--only=terraform_unused_declarations"
- "--args=--only=terraform_unused_declarations"
- "--args=--only=terraform_comment_syntax"
- "--args=--only=terraform_documented_outputs"
- "--args=--only=terraform_documented_variables"
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this module will be documented in this file.

## [1.0.5] - 2022-08-17

### Changed

- Update require version of terraform from `>=0.13` to `>=1.0.0`
- Update .pre-commit-config.yaml uncomment `terraform_unused_declarations`
- Update README regard to `versions.tf`

## [1.0.4] - 2022-08-03

### Added
Expand Down
Loading

0 comments on commit a9ba267

Please sign in to comment.