What is the difference between a native provider a...
# general
p
What is the difference between a native provider and non native provider in Pulumi? Can you help me understand? Im being asked by leadership at my company and this is kind of the point where they decide whether or not we go with Pulumi or not as our defacto tool
b
@purple-train-14007 a native provider is a provider autogenerated against a known API spec (e.g. azure rest api specs or kubernetes open api spec). A non-native provider, is (usually( a provider scaffolded against the Terraform equivalent code
We can turn pretty much any TF provider into a Pulumi provider
p
thanks!
Are you guys by chance working on an AWS native provider?
b
not at this time