Templating GCP Infrastructure With Terraform Modules

As I mentioned in my Cloud Resume Challenge post about IaC, one of the great things about Terraform code is its reusability. There are countless ways to architect and configure your cloud environment but chances are that you’ll spend a lot of time reusing the same essential building blocks. By separating your Terraform files out … Read more

Cloud Resume Challenge – Step 12, Infrastructure As Code

This next step in the project concerns Infrastructure As Code (IaC.) One of the great benefits of a virtualised and entirely remote platform such as GCP is that, since all the resources on which your infrastructure depends can be created and modified with individual commands, these commands can also be represented as code. This means … Read more