From 81611320c521157c74ab49c2dc6fd891658d8da2 Mon Sep 17 00:00:00 2001 From: Mark Bainter Date: Tue, 1 Feb 2022 10:17:14 -0600 Subject: [PATCH] Update README.md Co-authored-by: George L. Yermulnik --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 372128ae4..03c6c7d27 100644 --- a/README.md +++ b/README.md @@ -591,7 +591,7 @@ Example: require_serial: true entry: .generate-providers.sh language: script - files: (\.tf|\.tfvars)$ + files: \.tf(vars)?$ pass_filenames: false - repo: https://github.com/pre-commit/pre-commit-hooks [...]