terraform_0_15: 0.15.4 -> 0.15.5 (#125438)

https://github.com/hashicorp/terraform/releases/tag/v0.15.5
This commit is contained in:
Mario Rodas 2021-06-02 21:43:06 -05:00 committed by GitHub
parent 8d34fb204c
commit 7e8ba15961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,8 +164,8 @@ in rec {
});
terraform_0_15 = pluggable (generic {
version = "0.15.4";
sha256 = "14pxnmxy0c7idn8vgns70fxm2835gbz5vd1hmwzvhm394vr62frp";
version = "0.15.5";
sha256 = "18f4a6l24s3cym7gk40agxikd90i56q84wziskw1spy9rgv2yx6d";
vendorSha256 = "12hrpxay6k3kz89ihyhl91c4lw4wp821ppa245w9977fq09fhnx0";
patches = [ ./provider-path-0_15.patch ];
passthru = { inherit plugins; };