terraform_0_13: 0.13.6 -> 0.13.7

https://github.com/hashicorp/terraform/releases/tag/v0.13.7
This commit is contained in:
Mario Rodas 2021-04-27 04:20:00 +00:00
parent dfe332d2b8
commit ed630eea3d

View File

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