Terraform Shortcuts
My Terraform tf alias. For the how-to and the Terraform commands, see the Terraform Cheatsheet.
Terraform alias
- PowerShell
- Bash
New-Alias -Name tf -Value terraform -Force
function tffmt { tf fmt -recursive }
function tfa { tf apply -auto-approve }
function tfd { tf destroy -auto-approve }
alias tf=terraform
alias tffmt="tf fmt -recursive"
alias tfa="tf apply -auto-approve"
alias tfd="tf destroy -auto-approve"
About me
I'm a Senior Platform Engineer. I build and evolve Internal Developer Platforms — golden paths, self-service tooling, and paved roads spanning AWS governance, CI/CD standardization, and developer enablement — so engineering teams ship faster, safer, and more autonomously, with less cognitive load. My core stack is AWS, Terraform, and GitHub Actions, and I'm an AWS Certified Solutions Architect. I care deeply about paved roads, productivity, and documenting implementations so knowledge scales with the team (yes, I'm an engineer who likes to document 🧑💻).
You can check my experience here.
Personal Blog - cangulo.github.io
GitHub - Carlos Angulo Mascarell - cangulo
LinkedIn - Carlos Angulo Mascarell