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 76a0280..798b494 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,4 +24,3 @@ updates: # Add reviewer reviewers: - "approvers" - 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/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 629de18..a7be33b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@