How to identify Provider type?

I see that a terraform provider could be:
a) official
b) Verified i.e. 3rd party
c) Community

How do we find out a particular provider falls in which category? I came across kodekloud lab and was asked this question and while i was able to locate the plugin file and identify provider name, but I couldn’t figure out which type of provider it is i.e whether it’s a official provider or a 3rd party or community.

I’m not sure if there’s another way, but you can look them up in Hashicorp’s registry. This usefully breaks them down by official, partner and community categories.

1 Like

Interesting, thanks for the link !