This message was deleted.
# general
s
This message was deleted.
g
The resource documentation for a GCE disk is here - https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/gcp/compute/#Disk.
Looks like we don't have a built-in way to query for snapshots, so you could use the GCP SDK to do this and provide the result into the Pulumi
gcp.compute.Disk
resource.
a
ok, that’s what i am doing now.
👍 thanks !