curved-kitchen-24115
02/17/2023, 10:27 PM@pulumi/tailscale/TailnetKey
is the specific resource I’d like to not store / recompute on each reference.billions-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