chore: Fixed CI (replaced git protocol with https) (#1666)

This commit is contained in:
Dawid Rogaczewski
2021-11-02 14:57:49 +01:00
committed by GitHub
parent f16cd37060
commit 8334d0d40d

View File

@@ -1,6 +1,6 @@
repos: repos:
- repo: git://github.com/antonbabenko/pre-commit-terraform - repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.50.0 rev: v1.55.0
hooks: hooks:
- id: terraform_fmt - id: terraform_fmt
- id: terraform_validate - id: terraform_validate
@@ -20,7 +20,7 @@ repos:
- '--args=--only=terraform_required_providers' - '--args=--only=terraform_required_providers'
- '--args=--only=terraform_standard_module_structure' - '--args=--only=terraform_standard_module_structure'
- '--args=--only=terraform_workspace_remote' - '--args=--only=terraform_workspace_remote'
- repo: git://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1 rev: v4.0.1
hooks: hooks:
- id: check-merge-conflict - id: check-merge-conflict