terraform: disable tests on old versions

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