Provider version: 0.18 Terraform version: 0.12.31 When creating an inline pipeline YAML from a YAML file via Terraform it seems like some string substitution is happening from `<` to `<`. This is breaking commands for steps. Example line `cat <"${CF_VOLUME_PATH}/${CF_BUILD_ID}/${WORKING_DIR}/${ORG}.vars.list"` Results in the error: `/bin/bash: line 67: lt: command not found` When I reapply the pipeline changes it and replaces the `<` back to `<`.