As part of my participation in the Microsoft Global Hackathon, I decided to take on a project that would let me explore something I’ve… Continue reading […]
Terraform is more than just a tool for provisioning infrastructure — it’s a language for expressing developer intent. At its best, a… Continue reading on Azure Terraformer »
As part of developing a Terraform provider for Minecraft, I recently introduced a dedicated resource type for stairs: minecraft_stairs… Continue reading on Medium »
As part of developing a Terraform provider for Minecraft, I recently introduced a dedicated resource type for stairs: minecraft_stairs… Continue reading on Azure Terraformer »
When I first set out to create a golden pyramid in Minecraft using Terraform, I began with the obvious approach: a solid structure. But… Continue reading […]
When I first set out to create a golden pyramid in Minecraft using Terraform, I began with the obvious approach: a solid structure. But… Continue reading […]
Terraform is widely known for managing cloud infrastructure, but what if we turned it toward a very different kind of terrain — Minecraft… Continue reading on Azure Terraformer […]
As a fun experiment using the Terraform Minecraft provider, I created a symmetrical pyramid entirely out of modules. The build uses a… Continue reading on Medium […]
One of the key strengths of Infrastructure as Code (IaC) is composability — the ability to build complex systems by layering small… Continue reading on Azure Terraformer »
In the last post, I used Terraform to automate the construction of a 4×4 log cabin in Minecraft using only two primitive modules: a pillar… Continue […]