terraform-providers: remove outdated throw

This commit is contained in:
zowoq 2022-07-12 11:46:25 +10:00
parent bf57026e6a
commit 92b7ba081f

View file

@ -18,7 +18,7 @@ let
, rev
, version
, sha256
, vendorSha256 ? throw "vendorSha256 missing: please use `buildGoModule`" /* added 2022/01 */
, vendorSha256
, deleteVendor ? false
, proxyVendor ? false
, mkProviderGoModule ? buildGoModule