Hi, I've got an issue with using a key assigned to...
# general
f
Hi, I've got an issue with using a key assigned to a service account in gcp - I can create the service account, assign roles and create the key and then write the private key (which is required in my usecase) to a local file, then in a separate invocation of a different stack, read and use the private key. However trying to combine these two steps fails as the private key is an Output<string> and I cannot pass it into some further typescript where I need to template it into a file