From 5225c7af082eddc90b8b48f511fe232df6278251 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:41:06 +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 5ecfe87ebf1df0af5c32860d280ffa541e8509e8 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:46:31 +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 | 1 - CHANGELOG.md | 2 +- LICENSE | 2 +- README.md | 12 ++--- docs/io.md | 1 - examples/basic/example.tf | 10 ++-- examples/complete/example.tf | 10 ++-- examples/private-subnet/example.tf | 10 ++-- examples/private-subnet/outputs.tf | 1 - .../example.tf | 8 ++-- examples/public-subnet/example.tf | 10 ++-- main.tf | 46 +++++++++---------- 13 files changed, 56 insertions(+), 59 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7aa8ed5..57bdcfa 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 031d9fe..2a30e69 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -91,4 +91,3 @@ updates: - "approvers" # Allow up to 3 open pull requests for pip dependencies open-pull-requests-limit: 3 - diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3e67e..dcb07ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -169,4 +169,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.15.3]: https://github.com/clouddrove/terraform-aws-subnet/compare/v0.15.2...v0.15.3 [v1.0.1]: https://github.com/clouddrove/terraform-aws-subnet/compare/v0.15.3...v1.0.1 [v1.3.0]: https://github.com/clouddrove/terraform-aws-subnet/compare/v1.0.1...v1.3.0 -[2.0.0]: https://github.com/clouddrove/terraform-aws-subnet/compare/1.3.0...2.0.0 \ No newline at end of file +[2.0.0]: https://github.com/clouddrove/terraform-aws-subnet/compare/1.3.0...2.0.0 diff --git a/LICENSE b/LICENSE index b1d795e..f206edb 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 5d2d574..4a52739 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) -