terraform-providers: remove outdated throw
This commit is contained in:
parent
bf57026e6a
commit
92b7ba081f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ let
|
||||||
, rev
|
, rev
|
||||||
, version
|
, version
|
||||||
, sha256
|
, sha256
|
||||||
, vendorSha256 ? throw "vendorSha256 missing: please use `buildGoModule`" /* added 2022/01 */
|
, vendorSha256
|
||||||
, deleteVendor ? false
|
, deleteVendor ? false
|
||||||
, proxyVendor ? false
|
, proxyVendor ? false
|
||||||
, mkProviderGoModule ? buildGoModule
|
, mkProviderGoModule ? buildGoModule
|
||||||
|
|
Loading…
Reference in a new issue