From 54e36f6acaf6979cbe0d01c9a9dede3e1e3b9f90 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:43 +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 1b3bfc88bf873360b38b69d272efbb362911fac8 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:51:06 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/CODEOWNERS | 2 +- .github/dependabot.yml | 2 +- .github/workflows/automerge.yml | 2 +- .github/workflows/changelog.yml | 2 +- .github/workflows/readme.yml | 3 +-- .github/workflows/tf-checks.yml | 1 - .github/workflows/tflint.yml | 2 +- .github/workflows/tfsec.yml | 2 +- CHANGELOG.md | 2 +- LICENSE | 2 +- README.md | 14 +++++++------- README.yaml | 2 +- _examples/basic/main.tf | 4 ++-- _examples/basic/outputs.tf | 2 +- _examples/basic/variables.tf | 2 +- _examples/basic/versions.tf | 2 +- _examples/complete/main.tf | 4 ++-- _examples/complete/outputs.tf | 2 +- _examples/complete/versions.tf | 2 +- docs/io.md | 1 - main.tf | 16 ++++++++-------- outputs.tf | 2 +- variables.tf | 3 --- versions.tf | 2 +- 24 files changed, 36 insertions(+), 42 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dd6c908..231c9a6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # These owners will be the default owners for everything in the repo. -* @anmolnagpal @clouddrove/approvers @clouddrove-ci \ No newline at end of file +* @anmolnagpal @clouddrove/approvers @clouddrove-ci diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cdab7d5..6a9e48b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,4 +12,4 @@ updates: - package-ecosystem: "terraform" # See documentation for possible values directory: "_example/" # Location of package manifests schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index f30e213..23b7a61 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -9,4 +9,4 @@ jobs: GITHUB: ${{ secrets.GITHUB }} with: tfcheck: 'basic / Check code format' -... \ No newline at end of file +... diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 4b735f5..1ee6f78 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -10,4 +10,4 @@ jobs: uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master secrets: inherit with: - branch: 'master' \ No newline at end of file + branch: 'master' diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index 34b6e7f..95e527b 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -40,7 +40,7 @@ jobs: actions_subcommand: 'push' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - + - name: 'Slack Notification' uses: clouddrove/action-slack@v2 with: @@ -51,4 +51,3 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # required SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }} # required if: always() - diff --git a/.github/workflows/tf-checks.yml b/.github/workflows/tf-checks.yml index 4667c94..a0e1113 100644 --- a/.github/workflows/tf-checks.yml +++ b/.github/workflows/tf-checks.yml @@ -9,4 +9,3 @@ jobs: uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.2 with: working_directory: './_examples/' - diff --git a/.github/workflows/tflint.yml b/.github/workflows/tflint.yml index 1e141f9..1f0e496 100644 --- a/.github/workflows/tflint.yml +++ b/.github/workflows/tflint.yml @@ -8,4 +8,4 @@ jobs: tf-lint: uses: clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@1.2.2 secrets: - GITHUB: ${{ secrets.GITHUB }} \ No newline at end of file + GITHUB: ${{ secrets.GITHUB }} diff --git a/.github/workflows/tfsec.yml b/.github/workflows/tfsec.yml index 9aaf588..c203751 100644 --- a/.github/workflows/tfsec.yml +++ b/.github/workflows/tfsec.yml @@ -8,4 +8,4 @@ jobs: uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master secrets: inherit with: - working_directory: '.' \ No newline at end of file + working_directory: '.' diff --git a/CHANGELOG.md b/CHANGELOG.md index 357c74e..a453383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,4 +10,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[1.0.0]: https://github.com/clouddrove/terraform-gcp-kms/releases/tag/1.0.0 \ No newline at end of file +[1.0.0]: https://github.com/clouddrove/terraform-gcp-kms/releases/tag/1.0.0 diff --git a/LICENSE b/LICENSE index 17235b7..2472965 100644 --- a/LICENSE +++ b/LICENSE @@ -198,4 +198,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License. diff --git a/README.md b/README.md index 1578525..5d6edb3 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@