terraform_0_12: 0.12.3 -> 0.12.4

This commit is contained in:
Mario Rodas
2019-07-13 12:57:16 -05:00
parent d90215a12b
commit f41efc28f9

View File

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