terraform_0_12: 0.12.0-alpha4 -> 0.12.0-beta1 (#56767)

This commit is contained in:
Wael Nasreddine 2019-03-04 04:03:52 -08:00 committed by zimbatm
parent de0373bbe2
commit 4545ae5ee2

View file

@ -97,8 +97,8 @@ in rec {
terraform_0_11-full = terraform_0_11.full;
terraform_0_12 = pluggable (generic {
version = "0.12.0-alpha4";
sha256 = "16cwqxxb19m91d7rx7awri1awz7d8cfnrv0rbql9rbg5qjyqxcp9";
version = "0.12.0-beta1";
sha256 = "0djakf2agbhpfqis4x0lf2i8s1ahvrdyfkcgr6lzp0nsks652rcm";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});