terraform_0_13: 0.13.5 -> 0.13.6

https://github.com/hashicorp/terraform/releases/tag/v0.13.6
This commit is contained in:
Mario Rodas 2021-01-06 14:17:00 -05:00
parent 81fe5e0bf9
commit aed53ea2d3

View File

@ -150,8 +150,8 @@ in rec {
});
terraform_0_13 = pluggable (generic {
version = "0.13.5";
sha256 = "1fnydzm5h65pdy2gkq403sllx05cvpldkdzdpcy124ywljb4x9d8";
version = "0.13.6";
sha256 = "04vas8i894ssfhncdvljdvmvj2qzfrcs20zcv71l1wmnnv9ibs6l";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});