TKTanseer Khaninterraform-and-aws.hashnode.dev·1d ago · 7 min readWho Wins the Variable Fight in Terraform?Introduction When you start writing Terraform, you quickly learn that you can set the same variable in many different ways. You can give it a default value, you can put it in a file, you can pass it o00
AVAtul Vishwakarmainatulcodes.hashnode.dev·2d ago · 5 min readInfrastructure as Code 101: Provisioning an AWS EC2 Instance with TerraformIf you are currently managing your AWS infrastructure by logging into the console, clicking through menus, checking boxes, and hitting "Create," you are practicing what DevOps engineers jokingly call 10
SCShoban Chiddarthinshobanchiddarth.hashnode.dev·4d ago · 9 min readDeploying a Telegram MTProto Proxy on AWS with Terraform GitHub link: shobanchiddarth/telegram-proxy-server-aws Introduction In my previous blog post I talked about using proxy servers for Telegram to bypass censorship. I also said using someone else's prox00
NCN Chandra Prakash Reddyindevopstour.hashnode.dev·Jun 15 · 9 min readDemystifying Terraform: Bridging the Gap Between Infrastructure and CloudLet’s face it, tech events are thrilling, but can also be quite overwhelming. I went to AWS Student Community Day on 1st November 2025 in Tirupati. There were some great sessions all day long on diffe00
Ccodycodescloudinblog.codycodes.cloud·May 27 · 4 min readUnlocking more Terraform Actions on Azure with AzAPIWhen Terraform Actions were unveiled at HashiConf 2025, they provided the foundation for a ton of potential around Day-2 ops. Unfortunately, all that potential seems to have created a challenge for fi00
RRRyan Rodrigueinblog.wizard-networks.com·May 23 · 12 min readFrom Scripts to Single Source: The Construct for Reproducible Home InfrastructureMost home labs are a patchwork of one-off scripts. A Bash file here, a manual docker compose up there, and a README note that says "run this first." It works until it doesn't. When something breaks at00
NVNaveenKumar VRinclaybrainer.com·May 11 · 11 min readTerraform Insights - Part 1 : How to Structure Terraform for Large-Scale ProjectsWhen working with Terraform in real-world environments, it’s not just about writing .tf files, it’s about understanding the small details that make a big difference in reliability, scalability, and ma00
NINawodya Ishaninnawodyaishan.hashnode.dev·May 10 · 4 min readYour First Real Terraform Project: Free OpenClaw Server on Oracle Cloud (Zero Cost + Pro Best Practices)While this guide focuses heavily on Oracle’s Always Free Tier because it provides reliable hosting at zero cost, Azure is fully supported out of the box. If you have an Azure for Students subscription10
VSVishwajeet Singhinvishsigg.hashnode.dev·May 7 · 6 min readBuild your first - Production grade EKS cluster with Terraform Building a City in the Cloud: Setting up EKS with Terraform Ever tried to run a bunch of apps and suddenly realized you're juggling too many things at once? That's why people use Kubernetes. But setti00
COCelestina Odiliintinatech.hashnode.dev·Apr 27 · 8 min readAutomating Azure Container App Deployment with Terraform and ACR IntegrationPrerequisites Azure account (active) Docker Desktop installed Python installed VS code installed (with Azure account and Azure CLI extensions installed) terraform installed Before You Get Start11O