Hi, In the Terraform registry we can easily find t...
# package-authoring
t
Hi, In the Terraform registry we can easily find the usage of a provider (https://registry.terraform.io/providers/ovh/ovh/latest) I wanted to know if tit’s possible to have easily these same kind of information? https://www.pulumi.com/registry/packages/ovh/ Thx
a
I don’t believe so. You could look at the number of downloads of your binaries to try to look at usage. Since the Pulumi registry doesn’t need to intermediate downloads it doesn’t track them.
t
Maybe it could be a new feature?
a
Maybe in the future, but not with the current architecture of the registry.
t
Companies can't maintain a lot of several providers. So knowing if a provider is used, can help them to know which provider to keep maintaining.