terraform: disable tests on old versions

+1 -1
+1 -1
pkgs/applications/networking/cluster/terraform/default.nix
··· 27 export HOME=$TMP 28 ''; 29 30 - doCheck = true; 31 32 meta = with stdenv.lib; { 33 description = "Tool for building, changing, and versioning infrastructure";
··· 27 export HOME=$TMP 28 ''; 29 30 + doCheck = builtins.compareVersions version "0.8.8" >= 0; 31 32 meta = with stdenv.lib; { 33 description = "Tool for building, changing, and versioning infrastructure";