Merge pull request #63757 from marsam/update-terraform

terraform_0_12: 0.12.2 -> 0.12.3
This commit is contained in:
Mario Rodas 2019-06-25 09:33:36 -05:00 committed by GitHub
commit bc54b96f2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,8 +97,8 @@ in rec {
terraform_0_11-full = terraform_0_11.full;
terraform_0_12 = pluggable (generic {
version = "0.12.2";
sha256 = "0azgxy31r9jdjj5x2n0sc1n1wjvq9q9zyrgl0rx631ppmjmsz31w";
version = "0.12.3";
sha256 = "190bvd1q6h2hgi6s2ca6wnaib4k90rjq5g5l93vcbfjcczcgbv5q";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});