From ebc143124680cc2ddefa3a74bf6d242fa417e992 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Mon, 14 Sep 2020 11:56:56 +0200 Subject: Setup tox runner for terragrunt files validation Change-Id: Icf562b2e2e238c5950c33f39960aafc138982786 Issue-ID: INT-1713 Signed-off-by: Bartek Grzybowski --- terragrunt/tox.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 terragrunt/tox.ini diff --git a/terragrunt/tox.ini b/terragrunt/tox.ini new file mode 100644 index 0000000..b38a5b9 --- /dev/null +++ b/terragrunt/tox.ini @@ -0,0 +1,12 @@ +[tox] +minversion = 3.2.0 +envlist = terragrunt +skipsdist = true +requires = pip >= 8 + +[testenv] +basepython = python3 +whitelist_externals = bash + +[testenv:terragrunt] +commands = /bin/bash -e -c "terragrunt hclfmt --terragrunt-check" -- cgit 1.2.3-korg