I want to be able to set a variable in a Azure DevOps library and then use it to populate an AWS secret.
In the releases/tasks I see that there is a premade Azure DevOps task "AWS Secrets Manager Create/Update Secret".
Is there anyway I can use a variable I have already set in the Azure DevOps library groups to populate the secret value in the premade task "AWS Secrets Manager Create/Update Secret"?

$(variable)to get the value of that variable. - Leo Liu-MSFT