flat-appointment-12338
06/25/2021, 8:53 PMaws.secretsmanager.Secret
and then use this secret in the environment
for a Container
but I am not sure how to achieve this as the aws.ecs.Secret.valueFrom
property only accepts a string rather than an Input
\`Output` - is there a way to resolve the ARN output from the secret I created so that I may pass it into valueFrom
?bored-oyster-3147
06/25/2021, 8:58 PM.apply(..)
call so that I can write the ARNs into the container definition JSON.flat-appointment-12338
06/25/2021, 9:00 PM.arn
in will work, though the typescript definitions are wrong... testing this out right nowbored-oyster-3147
06/25/2021, 9:03 PMawsx
. I've encountered issues like that in crosswalk a lot, such as when it frequently required entire resources to be passed in rather than inputs. We transitioned to not using crosswalk at all