Terraform Changes The World
By Annie Hedgpeth · November 9, 2018
Terraform Changes The World

We’ve all been subject to the scare-mongering around how technology will take-over and AI robots are going to kill us all and whatever. Really, though, we all know that technology is neutral, not inherently good or evil. So I really love a good story about how someone harnessed technology for positive change for humanity. Regardless of your political stance, I think you can appreciate how the story I’ll relay to you impacts the world.

I went to my first HashiConf this year, and I really enjoyed it. I want to give you a recap of my favorite talk called How Terraform Will Impact the 2018 US Elections.

In mid 2017, ActBlue began using Terraform to revamp its donation platform, a system which has accepted and processed over $2 Billion for political campaigns and nonprofits on the progressive left. The process began by leveraging Terraform to migrate a

PCI-compliant credit card vault to AWS and quickly expanded to support orchestration of the majority of the infrastructure, including non-PCI environments and a Fastly configuration. The agility, modularity, and transparency of Terraform has afforded the ActBlue DevOps team the ability to deliver more features and more responsiveness to our platform during a period of massive growth of Democratic donors, campaigns, and initiatives. This talk will cover the deep technical details of how we use Terraform, as well as how we have promoted and evangelized Terraform across technical teams. (from the HashiConf schedule)

As opposed to some of the more super intense, deep-dive technical talks, this was more simple in approach, and the speakers, Nicholas Klick and Dan Catlin, owned that but were thorough in explaining the benefits of using Terraform. The striking thing to me was how their simple approach to harnessing all that Terraform has to offer could literally change the world. You may know that I really love Terraform, so I was already interested in whatever they had to say. They hit all the basics, and nothing was really surprising because I agreed with all of it. The thing that made this talk so magnificently profound to me was the impact on our world that they give a healthy amount of credit to Terraform.

They noted the benefits of Terraform, for which we can all agree:

  1. Infrastructure as Code (IaC)
  2. Avoids drift
  3. Opening black boxes
  4. Lowers the barrier of entry for developers
  5. Review changes
  6. Reduces time to understand change
  7. Enables dev and ops collaboration
How Terraform Informs our Future Slide

Beyond that, the modularity was a huge plus for them.

  1. Terraform modules
  2. Account segmentation
  3. Works across providers
  4. Code reuse
  5. Common configuration—single language for many providers
  6. DRY (Don’t Repeat Yourself) Code
  7. Variations on common themes

They found they could be very agile in their approach to developing their IaC strategy because of the “emergent benefit of transparency and modularity” and an increasing developer engagement, leading to a rapid rate in which they could develop, scale, and respond.

They found that they could scale and move quickly because of the simplicity and agility that Terraform provided for them. Their company, ActBlue, is empowering underrepresented candidates and taking super-PAC’s money out of the equation by leveling the playing field and allowing money to flow to the people’s candidates, like Beto O’Rourke. And sure, he didn’t win, but no one can argue the impact on this election that he had and how we will likely see more of him, largely in part to the role that ActBlue played in his candidacy.

Decision and Concluding Thoughts

Never underestimate simplicity. Great designs that can change the world are built upon simple, strong foundations.