diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 532abb9..00b4271 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,4 +12,4 @@ updates: - package-ecosystem: "terraform" # See documentation for possible values directory: "examples/" # Location of package manifests schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" diff --git a/.github/workflows/tflint.yml b/.github/workflows/tflint.yml index ee98182..71a6fc4 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@master secrets: - GITHUB: ${{ secrets.GITHUB }} \ No newline at end of file + GITHUB: ${{ secrets.GITHUB }} diff --git a/.gitignore b/.gitignore index 7bacaf4..cc1c6b9 100644 --- a/.gitignore +++ b/.gitignore @@ -207,4 +207,4 @@ terraform.tfstate *.tfstate.backup *.iml *.terraform.lock.hcl -*.lock.hcl \ No newline at end of file +*.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 fa96916..bd8e0d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -141,4 +141,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.3.2]: https://github.com/clouddrove/terraform-aws-ses/compare/1.3.1...1.3.2 [v1.3.2]: https://github.com/clouddrove/terraform-aws-ses/compare/1.3.2...v1.3.2 [1.3.2]: https://github.com/clouddrove/terraform-aws-ses/compare/1.3.1...1.3.2 -[1.3.3]: https://github.com/clouddrove/terraform-aws-ses/compare/1.3.2...1.3.3 \ No newline at end of file +[1.3.3]: https://github.com/clouddrove/terraform-aws-ses/compare/1.3.2...1.3.3 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 16f2ccd..90d4925 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@