Closed
Description
Secrets in variables is listed as list(string) but per aws documentation, the format of a secret is as follows: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_Secret.html
Thus type should be list(map(string)) since secrets is later json encoded.
Correct me if I'm using this improperly of course :)