From 31bda5de5cdf9d18269b154bafb2de146a519f05 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:39:38 +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 895665df3eaaf8ab9a423f3038318c62fd10e619 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:42:09 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .deepsource.toml | 2 +- .github/dependabot.yml | 2 +- CHANGELOG.md | 22 +++++++++---------- README.md | 12 +++++----- README.yaml | 6 ++--- docs/io.md | 1 - examples/complete/http-api-gateway/example.tf | 2 +- examples/complete/http-api-gateway/version.tf | 2 +- .../private-rest-api-gateway/example.tf | 4 +--- .../private-rest-api-gateway/outputs.tf | 2 +- .../private-rest-api-gateway/versions.tf | 2 +- examples/complete/rest-api-gateway/example.tf | 6 ----- examples/complete/rest-api-gateway/outputs.tf | 2 -- .../complete/rest-api-gateway/versions.tf | 2 +- examples/vpc_link_api/example.tf | 2 +- examples/vpc_link_api/outputs.tf | 2 +- examples/vpc_link_api/versions.tf | 2 +- main.tf | 5 +---- versions.tf | 2 +- 19 files changed, 33 insertions(+), 47 deletions(-) diff --git a/.deepsource.toml b/.deepsource.toml index 18b001a..9fa5be7 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -1,4 +1,4 @@ version = 1 [[analyzers]] -name = "terraform" \ No newline at end of file +name = "terraform" diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a3c3334..036e1ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -34,4 +34,4 @@ updates: - "clouddrove-ci" # Add reviewer reviewers: - - "approvers" \ No newline at end of file + - "approvers" diff --git a/CHANGELOG.md b/CHANGELOG.md index 3084e83..beb662f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,15 +50,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.1] - 2022-06-15 ### :bug: Bug Fixes -- [`6245f4b`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/6245f4b6d8706cb609c04d59895417ad71c73f82) - use terraform letast version -- [`44d6b0f`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/44d6b0f89365480a88d4d3cc66576a37edc99265) - Update main.tf +- [`6245f4b`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/6245f4b6d8706cb609c04d59895417ad71c73f82) - use terraform letast version +- [`44d6b0f`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/44d6b0f89365480a88d4d3cc66576a37edc99265) - Update main.tf ## [0.14.1] - 2021-02-12 ### :bug: Bug Fixes - [`44d6b0f`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/44d6b0f89365480a88d4d3cc66576a37edc99265) - update main.tf -- [`6245f4b`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/6245f4b6d8706cb609c04d59895417ad71c73f82) - use terraform letast version -- [``e2a43a7](https://github.com/clouddrove/terraform-aws-api-gateway/commit/e2a43a781654347c1cbe2c8b1e37c935e9092c82) - fix vpc_id error and update provider version +- [`6245f4b`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/6245f4b6d8706cb609c04d59895417ad71c73f82) - use terraform letast version +- [``e2a43a7](https://github.com/clouddrove/terraform-aws-api-gateway/commit/e2a43a781654347c1cbe2c8b1e37c935e9092c82) - fix vpc_id error and update provider version ## [0.14.0] - 2021-01-20 ### :sparkles: New Features @@ -67,13 +67,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.13.0] - 2020-10-21 ### :bug: Bug Fixes -- [`4835694`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/48356946a9fefdccc4e721e3b4810fbb9a633e4b) - update terratest -- [`ce3e978`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/ce3e9782f7a0e774b4a9be1b30eee0d91bccbf3a) - update version -- [`44d6b0f`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/44d6b0f89365480a88d4d3cc66576a37edc99265) - Update main.tf +- [`4835694`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/48356946a9fefdccc4e721e3b4810fbb9a633e4b) - update terratest +- [`ce3e978`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/ce3e9782f7a0e774b4a9be1b30eee0d91bccbf3a) - update version +- [`44d6b0f`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/44d6b0f89365480a88d4d3cc66576a37edc99265) - Update main.tf ## [0.12.2] - 2020-06-18 ### :bug: Bug Fixes -- [`ce3e978`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/ce3e9782f7a0e774b4a9be1b30eee0d91bccbf3a) - update version +- [`ce3e978`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/ce3e9782f7a0e774b4a9be1b30eee0d91bccbf3a) - update version - [`9ea3808`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/9ea380849e5384be78050ccdafe7bf3eac059ae6) - fix tfsec error - [`a9914d3`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/a9914d355f9c487a63f4f65f4d504e7ff9fe2420) - fix version error @@ -81,12 +81,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.12.1] - 2019-10-22 ### :bug: Bug Fixes - [`4835694`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/48356946a9fefdccc4e721e3b4810fbb9a633e4b) - update terratest -- [`9ea3808`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/9ea380849e5384be78050ccdafe7bf3eac059ae6) - fix tfsec error +- [`9ea3808`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/9ea380849e5384be78050ccdafe7bf3eac059ae6) - fix tfsec error ## [0.12.0] - 2019-09-28 ### :bug: Bug Fixes - [`4835694`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/48356946a9fefdccc4e721e3b4810fbb9a633e4b) - update terratest -- [`e2a43a7`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/e2a43a781654347c1cbe2c8b1e37c935e9092c82) - fix vpc_id error and update provider version +- [`e2a43a7`](https://github.com/clouddrove/terraform-aws-api-gateway/commit/e2a43a781654347c1cbe2c8b1e37c935e9092c82) - fix vpc_id error and update provider version @@ -100,4 +100,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.0.1]: https://github.com/clouddrove/terraform-aws-api-gateway/tree/1.0.1 [1.4.0]: https://github.com/clouddrove/terraform-aws-api-gateway/compare/1.0.1...1.4.0 -[1.4.1]: https://github.com/clouddrove/terraform-aws-api-gateway/compare/1.4.0...1.4.1 \ No newline at end of file +[1.4.1]: https://github.com/clouddrove/terraform-aws-api-gateway/compare/1.4.0...1.4.1 diff --git a/README.md b/README.md index 8a36d2c..00ded3f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@