nice-butcher-64302
01/04/2023, 4:18 PMtls.PrivateKey
custom resource. The reason why I'm asking this is because we potentially need to generate a new set of keys to sign JSON web tokens on a regular basis for security purposes. I was thinking something along the lines of what the random
package provides. Do you think it's possible somehow? Thanks in advanceechoing-dinner-19531
01/04/2023, 5:48 PMtaint
command (https://github.com/pulumi/pulumi/issues/11657)?nice-butcher-64302
01/05/2023, 4:29 PMtls.PrivateKey
resource and pulumi will force the replacement. The problem right now with that resources is there's no way to trigger recreation other then probably deleting the key, deploy the changes to pulumi, and reintroduce the code. Am I right?echoing-dinner-19531
01/05/2023, 4:50 PMnice-butcher-64302
01/05/2023, 6:03 PMechoing-dinner-19531
01/05/2023, 7:00 PM