An error occurred (ValidationException) when calling the ListTargetsByRule operation: 1 validation error detected: Value '${CIRCLE_BRANCH}-zambas-scheduled-task' at 'rule' failed to satisfy constraint: Member must satisfy regular expression pattern: [\.\-_A-Za-z0-9]+
Exited with code exit status 254
So, I'm adding the eval to evaluated the ECS_PARAM_RULE_NAME variable so the config file may contain and pass in environment variables to the parameters.
I'm getting this error:
So, I'm adding the
eval
to evaluated theECS_PARAM_RULE_NAME
variable so the config file may contain and pass in environment variables to the parameters.