terraform_0_13: 0.13.2 -> 0.13.3 (#98137)

https://github.com/hashicorp/terraform/releases/tag/v0.13.3
This commit is contained in:
Mario Rodas 2020-09-17 03:21:22 -05:00 committed by GitHub
parent 3dba63fe64
commit eb6e2ac2c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,8 +132,8 @@ in rec {
});
terraform_0_13 = pluggable (generic {
version = "0.13.2";
sha256 = "04pm57l29j3ai6dvh2343q4yhskkxqj8ayr2hdw2qqjch52p8mrw";
version = "0.13.3";
sha256 = "1bjgsabkyh3xf4gdp41mwhw6bpmjg45bnq2hk522glk02n2xngpw";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});