I have a step function statemachine which creates SageMaker batch transform job, the definition is written in Terraform, I wanted to add the stepfunction execution id to the bat
The var you are trying to use terraform doesn't know about it
jobname-$$.Execution.Id.
That's something specific to the Step function and available within state machine not available for terraform.