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/.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 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 @@