terraform: disable tests on old versions

This commit is contained in:
Shea Levy 2017-03-20 12:18:04 -04:00
parent 020791f7e1
commit 853d01fe41

View file

@ -27,7 +27,7 @@ let
export HOME=$TMP
'';
doCheck = true;
doCheck = builtins.compareVersions version "0.8.8" >= 0;
meta = with stdenv.lib; {
description = "Tool for building, changing, and versioning infrastructure";