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
1 changed files with 1 additions and 1 deletions

View File

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