work rant
FFFFFF I want to defenestrate our senior SRE right now.
So my coworker wrote a template to handle all the steps of a terraform deploy process (lint, validate, plan... wait for PR before allowing apply) for Azure DevOps Pipelines (which is the tooling we are required to use) so I reused his template, calling it correctly with variables replaced and whatever there are some minor permissions issues I need to fix.
But no... because he can't look at the pipeline.yaml and read it in place to figure out what it is doing (because it calls templates in another repo) he wants me to write a new pipeline from scratch... that doesn't use the templates >.> but also "doesn't want copy pasted work or to duplicate work we've already done"
WHICH fucking one is it?