I’m creating a task definition for AWS ECS, and I ...
# general
m
I’m creating a task definition for AWS ECS, and I need to provide a string with my task environment variables inside. I want to use a pulumi config secret, but when I get that secret I get an Output which can’t be put into the string. Do any of you have suggestions for how to get this secret in string form?