terraform-providers: support proxyVendor

This commit is contained in:
zowoq 2021-12-31 22:30:23 +10:00
parent 84ef8b2222
commit 41473bf959

View File

@ -19,6 +19,7 @@ let
};
vendorSha256 = data.vendorSha256 or null;
deleteVendor = data.deleteVendor or false;
proxyVendor = data.proxyVendor or false;
# Terraform allow checking the provider versions, but this breaks
# if the versions are not provided via file paths.