How do I list compute Instances in a GCP project? ...
# google-cloud
a
How do I list compute Instances in a GCP project? In AWS I use
aws.ec2.getInstances
. The GCP API (not Pulumi) has
new compute.InstancesClient().aggregatedListAsync(...)
but this doesn't seem to be exposed in Pulumi anywhere. Am I missing something?