Back
Azure Managed Disk Terraform architecture diagram showing direct attachment to backend VMs without iSCSI
15Aug, 2025

Creating Azure Managed Disks with Terraform/OpenTofu — and How It Differs from OCI

In this post, we’ll explore how to create and attach an Azure Managed Disk Terraform/OpenTofu, one of the simplest ways to automate storage provisioning in Azure. When you automate infrastructure across clouds, you quickly realize that “block storage” doesn’t mean the same thing everywhere.In this post, we’ll explore how to …

OCI Block Volume Terraform architecture diagram with iSCSI connection
06Jun, 2025

Provisioning OCI Block Volumes with Terraform/OpenTofu — and Why It’s Not Quite Like Azure

In this post, we’ll explore how to create and attach an OCI Block Volume Terraform/OpenTofu — one of the most fundamental building blocks in any Oracle Cloud Infrastructure deployment. Block storage is the quiet workhorse of every cloud environment. It powers databases, application backends, and the stateful workloads that can’t …