DEV Community

Cover image for Terraforming the Cloud

Terraforming the Cloud

Nigel Dsouza on July 21, 2025

From Code to Control By Nigel Dsouza We used to build with hardware. Now we build with declarations. A few lines of Terraform can...
Collapse
 
petercr profile image
PETER CR

Nigel, you have very thoughtfully brought out the importance of structure and the need for it to serve the purpose.
After all, purposeful structure is all pervasive...imperative in architecture, engineering, finance, research, medicine.....the list is unending!!

Collapse
 
rajkaimal profile image
Rajendra Kaimal

Coming from the pharmaceutical industry, I’ll admit — the word Terraform initially made me think of science fiction, not cloud infrastructure. But this article was a surprisingly smooth read, even for someone who’s more familiar with batch records and stability data than backend systems and provisioning scripts.

What really struck me was how Terraform brings the same kind of standardization and automation to the cloud that we strive for in pharma — think SOPs, validated processes, and audit trails, but for infrastructure. Just like we don’t want variability in our drug batches, IT doesn’t want surprises in their environments. It’s oddly comforting to see that kind of discipline exists across industries.

Also, kudos for making it readable without making me Google every second word. A rare feat in tech writing these days. Looking forward to diving deeper — who knew cloud provisioning and pharma shared so much common ground?

Collapse
 
vijay_dsouza_d1453840477d profile image
VIJAY DSOUZA

Earlier, we built computer systems using physical machines, cables, and hardware. Now, with a tool like Terraform, you can set up everything — servers, networks, databases, and security — just by writing a few lines of code.

But Nigel says that Terraform is more than just code. It’s a way of telling the system exactly what you want. When you use it, you’re designing how everything works you’re like a digital builder or planner.

This comes with responsibility. A small mistake in your code can break the entire system. So, Terraform needs to be used carefully — your code should be clear, tested, and safe.

In short: Terraform lets you build invisible digital systems — but to do it well, you need to be thoughtful, responsible, and build with care.

Collapse
 
marcsbeck241 profile image
Marcus Steinbeck

Spot on. As you highlight, getting teams to treat infrastructure-as-code like they treat application code is the real challenge.

Collapse
 
madhura_shetty_bf1e615dcc profile image
Madhura Shetty

Brilliant analogy and well explained👏

Collapse
 
krishna_rajagopal_8c76c0b profile image
Krishnagopal Rajagopal Nair

Very interesting read!

Collapse
 
gaurang_shetty_7ea695e7a4 profile image
gaurang Shetty

Insightful!!

Collapse
 
val_rebello_0602d01a8fe7e profile image
Val Rebello

Well explained.

Collapse
 
gina_mendonsa_e7e866b1031 profile image
Gina Mendonsa

A nice read Nigel. Was stumped with an issue I was having and your article has given me clarity on how to proceed

Collapse
 
sid_f2598feb517 profile image
Sid

Infra as a code was a rightful revolution on it's own.

Collapse
 
piyush83 profile image
Piyush

Very well written Nigel, Brilliant. Thank you for sharing.