I'm trying to work out how to c<reate scheduled disk snapshots> in Pulumi. I noticed that `google-n...
a
I'm trying to work out how to create scheduled disk snapshots in Pulumi. I noticed that
google-native.compute/alpha.Snapshot
has a
sourceSnapshotSchedulePolicy
output property, but it isn't really clear how to set this up. There's a terraform module that Google points at for doing this, but I don't know how to use that from Pulimi either. Has anyone done this or have any pointers?