From 763b46f012e8009d2196a8445019b2d2de15439b 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:11 +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 50ed6843d86c97e308d6fdf5795e8daf753ad180 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:43:46 +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 | 1 - .github/workflows/tf-checks.yml | 1 - CHANGELOG.md | 2 +- README.md | 12 +++--- README.yaml | 60 +++++++++++++++--------------- docs/io.md | 1 - examples/basic/example.tf | 2 +- examples/basic/outputs.tf | 2 +- examples/basic/versions.tf | 2 +- examples/complete/example.tf | 2 +- examples/complete/user-data.sh | 2 +- examples/complete/versions.tf | 2 +- examples/spot_instance/example.tf | 2 +- examples/spot_instance/outputs.tf | 2 +- examples/spot_instance/versions.tf | 2 +- main.tf | 2 +- outputs.tf | 2 +- variables.tf | 1 - versions.tf | 2 +- 20 files changed, 50 insertions(+), 54 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 0619e21..e2ce56f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -46,4 +46,3 @@ updates: # Add reviewer reviewers: - "approvers" - diff --git a/.github/workflows/tf-checks.yml b/.github/workflows/tf-checks.yml index 17d198b..c96e319 100644 --- a/.github/workflows/tf-checks.yml +++ b/.github/workflows/tf-checks.yml @@ -19,4 +19,3 @@ jobs: with: working_directory: './examples/spot_instance/' ... - diff --git a/CHANGELOG.md b/CHANGELOG.md index 695fce2..8db50a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -191,4 +191,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.0.0]: https://github.com/clouddrove/terraform-aws-ec2/compare/1.3.0...2.0.0 [2.0.1]: https://github.com/clouddrove/terraform-aws-ec2/compare/2.0.0...2.0.1 [2.0.2]: https://github.com/clouddrove/terraform-aws-ec2/compare/2.0.1...2.0.2 -[2.0.3]: https://github.com/clouddrove/terraform-aws-ec2/compare/2.0.2...2.0.3 \ No newline at end of file +[2.0.3]: https://github.com/clouddrove/terraform-aws-ec2/compare/2.0.2...2.0.3 diff --git a/README.md b/README.md index 5f9847e..16f7f80 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@
-We are a group of DevOps engineers & architects, joining hands in this ever evolving digital landscape. With our strong belief in Automation; just like microservices, always on the lookout to split the the infrastructure into smaller connected resources (database, cluster and more) which could be standardized, are manageable, scalable, secure & follow industry best practices. +We are a group of DevOps engineers & architects, joining hands in this ever evolving digital landscape. With our strong belief in Automation; just like microservices, always on the lookout to split the the infrastructure into smaller connected resources (database, cluster and more) which could be standardized, are manageable, scalable, secure & follow industry best practices. This module includes Terraform open source, examples, and automation tests (for better understanding), which would help you create and improve your infrastructure with minimalistic coding. @@ -79,7 +79,7 @@ This table contains both Prerequisites and Providers: Refer to complete documentation: [here](docs/io.md) -