sparse-intern-71089
02/17/2023, 10:27 PMcurved-kitchen-24115
02/17/2023, 10:28 PM@pulumi/tailscale/TailnetKey is the specific resource I’d like to not store / recompute on each reference.curved-kitchen-24115
02/17/2023, 10:28 PMbillions-xylophone-85957
02/18/2023, 1:29 PMrandom with keepers set to e.g. current timestamp.
Like, create a random.RandomUuid resource (which will be recreated every time the timestamp of the pulumi run changes - which means every up) and have your TailnetKey either be a child of that UUID or depend on it.
wdyt?curved-kitchen-24115
02/20/2023, 9:36 PM