terraform-providers: set empty spdx string for new providers

follow up from 4b5f5fff36
This commit is contained in:
zowoq 2023-06-17 10:25:02 +10:00
parent e40139fe13
commit eb656d9728

View File

@ -107,6 +107,7 @@ if [[ ${provider} =~ ^[^/]+/[^/]+$ ]]; then
# create empty stings so nix-prefetch works
update_attr hash ""
update_attr vendorHash ""
update_attr spdx ""
fi
homepage="$(read_attr homepage)"