Skip to content

Commit

Permalink
Merge pull request #25269 from awakenetworks/parnell/terraform-bump
Browse files Browse the repository at this point in the history
terraform: 0.9.3 -> 0.9.4
  • Loading branch information
copumpkin committed Apr 27, 2017
2 parents 7c2419d + e61b4bb commit 14adea9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions pkgs/applications/networking/cluster/terraform/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ let
maintainers = with maintainers; [ jgeerds zimbatm peterhoeg ];
};
} // attrs');

in {
terraform_0_8_5 = generic {
version = "0.8.5";
Expand All @@ -49,15 +48,13 @@ in {
sha256 = "0ibgpcpvz0bmn3cw60nzsabsrxrbmmym1hv7fx6zmjxiwd68w5gb";
};

terraform_0_9_3 = generic {
version = "0.9.3";
sha256 = "00z72lwv0cprz1jjy0cr8dicl00zwc1zwsxzjssqnq0187sswkxw";

terraform_0_9_4 = generic {
version = "0.9.4";
sha256 = "07vcmjyl0y48hm5lqqzdd51hmrxapvywzbdkg5f3rcqd7dn9c2xs";
postPatch = ''
rm builtin/providers/dns/data_dns_cname_record_set_test.go
rm builtin/providers/vsphere/resource_vsphere_file_test.go
'';

doCheck = true;
doCheck = true;
};
}
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18279,10 +18279,10 @@ with pkgs;
inherit (callPackage ../applications/networking/cluster/terraform {})
terraform_0_8_5
terraform_0_8_8
terraform_0_9_3;
terraform_0_9_4;

terraform_0_8 = terraform_0_8_8;
terraform_0_9 = terraform_0_9_3;
terraform_0_9 = terraform_0_9_4;
terraform = terraform_0_9;

terragrunt = callPackage ../applications/networking/cluster/terragrunt {
Expand Down

0 comments on commit 14adea9

Please sign in to comment.