feat: Added support for tfupdate to update version constraints in Terraform configurations (#342)

This commit is contained in:
Julien Rottenberg 2022-04-13 10:25:04 -07:00 committed by GitHub
commit ef7a0f2b46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 120 additions and 3 deletions

View file

@ -111,3 +111,13 @@
files: \.tf$
exclude: \.terraform\/.*$
require_serial: true
- id: tfupdate
name: tfupdate
description: Runs tfupdate on Terraform templates.
language: script
entry: hooks/tfupdate.sh
args:
- --args=terraform
files: \.tf$
require_serial: true