Good afternoon! I'm looking for some help setting ...
# general
c
Good afternoon! I'm looking for some help setting up SECRETS in an AWS ECS Task definition using the form
[ { name: "SECRET", valueFrom: "<resource-arn>" }]
where
resource-arn
is the pulumi Output from an
aws.ssm.Parameter
that I defined earlier in the code.