News

Code in this repository is used for generating infrastructure as Terraform configurations from visual diagrams created using Cloudcraft. Terraform is used to provision infrastructure resources as well ...
Last week I talked up OpenTofu—and for good reason. The Terraform fork has moved beyond being the darling of the infrastructure-as-code (IaC) community to becoming a real, if early, enterprise ...
This tutorial is intended to show what the Infrastructure as Code (IaC) is, why we need it, and how it can help you manage your infrastructure more efficiently. It is practice-based, meaning I don't ...
This code example defines a resource, in this instance, an S3 bucket, with specified configurations. When you run ‘terraform apply,’ Terraform will ensure that such a bucket exists; if not, it will ...