I am trying to pass a secret to a container's task...
# general
a
I am trying to pass a secret to a container's task definition using the secrets property. It is unhappy with a
Secret
resource from
@pulumi/aws/secretsmanager/secret
and seems to expect one from
@pulumi/aws/ecs/container
according to the error message in my editor (attached). ---- The problem I'm having is that I cant find this resource anywhere in docs or code. Any ideas?
a
Perfect. Thank you @freezing-umbrella-5483 😄