What would be the equivalent of terraform datasour...
# getting-started
p
What would be the equivalent of terraform datasource when using imported terraform provider?
l
The counterpart to TF datasources are Pulumi functions in a provider. The names typically start with
get
or
list
. For instance: https://www.pulumi.com/registry/packages/aws/api-docs/ec2/getinstances/