terraform-providers: support proxyVendor
This commit is contained in:
parent
84ef8b2222
commit
41473bf959
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue