Add final statement to descriptionf or why terraform_validate is disabled.

Review noticed that there lacked a determination for what we were doing about
the problem with the terraform_validate hook. I described the problems but
failed to mention what our path forward would be. This commit rectifies that
oversight.
pull/113/head
Nicholas McDonnell 4 years ago
parent fe4d5eb72a
commit f831ef827c
No known key found for this signature in database
GPG Key ID: A3A493305F40A162
  1. 3
      .pre-commit-config.yaml

@ -89,6 +89,9 @@ repos:
# https://github.com/hashicorp/terraform/pull/24896
# is a proprosed fix to deal with `terraform validate` with proxy
# providers (among other configurations).
# We have decided to disable the terraform_validate hook until the issues
# above have been resolved, which we hope will be with the release of
# Terraform 0.13.
# - id: terraform_validate
- repo: https://github.com/IamTheFij/docker-pre-commit
rev: v1.0.1

Loading…
Cancel
Save