Join Slack
Powered by
How do I list compute Instances in a GCP project? ...
# google-cloud
a
adamant-leather-41068
04/19/2023, 12:43 AM
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?
2
Views
Open in Slack
Previous
Next