From aa6dd02ad3c158166ebde1260a1ae6e92d2e2052 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:40:39 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/gruntwork-io/pre-commit: v0.1.12 → v0.1.23](https://github.com/gruntwork-io/pre-commit/compare/v0.1.12...v0.1.23) - git://github.com/pre-commit/pre-commit-hooks → https://github.com/pre-commit/pre-commit-hooks - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v5.0.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e713a5..be0b877 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/gruntwork-io/pre-commit - rev: v0.1.12 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases + rev: v0.1.23 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases hooks: - id: terraform-fmt - id: shellcheck - id: tflint - - repo: git://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 # Use the ref you want to point at + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v5.0.0 # Use the ref you want to point at hooks: - id: end-of-file-fixer - id: trailing-whitespace From 2e8226926b0a176a9c8a42a499f066d86172dc7b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:45:10 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .gitignore | 2 +- CHANGELOG.md | 2 +- README.md | 12 ++++++------ README.yaml | 4 ++-- docs/io.md | 1 - examples/example.tf | 2 +- main.tf | 2 +- outputs.tf | 1 - 8 files changed, 12 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 7bacaf4..cc1c6b9 100644 --- a/.gitignore +++ b/.gitignore @@ -207,4 +207,4 @@ terraform.tfstate *.tfstate.backup *.iml *.terraform.lock.hcl -*.lock.hcl \ No newline at end of file +*.lock.hcl diff --git a/CHANGELOG.md b/CHANGELOG.md index f060d10..a63ea8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,4 +9,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [`589c758`](https://github.com/clouddrove/terraform-aws-msk/commit/589c758536e2134b2c4aa3fd19823b34e5fd20c8) - update README.md -[1.3.0]: https://github.com/clouddrove/terraform-aws-msk/releases/tag/1.3.0 \ No newline at end of file +[1.3.0]: https://github.com/clouddrove/terraform-aws-msk/releases/tag/1.3.0 diff --git a/README.md b/README.md index f62118d..15d713c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@