diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76a0280..798b494 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,4 +24,3 @@ updates: # Add reviewer reviewers: - "approvers" - diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index 444164d..c4a5793 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -12,4 +12,4 @@ jobs: uses: clouddrove/github-shared-workflows/.github/workflows/readme.yml@master secrets: TOKEN : ${{ secrets.GITHUB }} - SLACK_WEBHOOK_TERRAFORM: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }} \ No newline at end of file + SLACK_WEBHOOK_TERRAFORM: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }} diff --git a/.github/workflows/tf-checks.yml b/.github/workflows/tf-checks.yml index 961f2c6..64ff662 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@master with: working_directory: './examples/' - diff --git a/.gitignore b/.gitignore index d36dc02..c57f422 100644 --- a/.gitignore +++ b/.gitignore @@ -30,11 +30,11 @@ override.tf.json - + # ignored files *.tfstate *.tfstate.backup .terraform .idea *.iml -*.terraform.lock.hcl \ No newline at end of file +*.terraform.lock.hcl 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 729c77d..7709e80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,4 +26,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.15.0]: https://github.com/clouddrove/terraform-aws-security-hub/compare/0.15.0...master [1.0.1]: https://github.com/clouddrove/terraform-aws-security-hub/releases/tag/1.0.1 -[1.0.2]: https://github.com/clouddrove/terraform-aws-security-hub/compare/1.0.1...1.0.2 \ No newline at end of file +[1.0.2]: https://github.com/clouddrove/terraform-aws-security-hub/compare/1.0.1...1.0.2 diff --git a/LICENSE b/LICENSE index 75700b7..7371f9b 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 1f473cb..b19f371 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) -