Skip to content

Commit

Permalink
upgrade terraform version to 0.13.0 and add pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dhyanio committed Oct 26, 2020
1 parent cdbadc8 commit 4ab05da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 46 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/terratest.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.12.0
rev: v1.43.0
hooks:
- id: terraform_fmt

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
rev: v3.2.0
hooks:
- id: check-merge-conflict
- id: trailing-whitespace
- id: check-yaml
- id: check-added-large-files
- id: check-added-large-files
- id: trailing-whitespace

0 comments on commit 4ab05da

Please sign in to comment.