Back
Azure VNet Terraform diagram showing public and private subnets with NSG and NAT Gateway
22Jul, 2025

Azure Virtual Network (VNet) and Subnets with Terraform — The Foundation of Your Cloud Network

🌤️ Introduction When building infrastructure in Microsoft Azure, everything starts with networking. In this article, you’ll learn step-by-step how to create an Azure VNet Terraform, define subnets, and attach Network Security Groups (NSGs) for traffic control. If you’ve already explored the OCI Virtual Cloud Network (VCN) with Terraform, you’ll immediately …

Architecture diagram showing private web subnet using oci nat gateway terraform for outbound Internet access
05Nov, 2018

OCI NAT Gateway with Terraform — Updated for 2025!

In this post, we’ll walk through a real oci nat gateway terraform scenario, revisiting one of the key building blocks of secure and scalable cloud networking — the OCI NAT Gateway, using a real example taken from Lesson 4 of my Flagship OCI Infrastructure Automation Course. In the early days …

Basic OCI Internet Gateway Terraform architecture diagram
01Nov, 2018

OCI Internet Gateway with Terraform — VCN, Subnet, Route Tables & Security Lists (2025 Edition)

When you’re just starting with OCI networking and Terraform, understanding how to correctly configure an Internet Gateway is absolutely essential.In this post, we’ll walk through a real oci internet gateway terraform example — building a basic Virtual Cloud Network (VCN) with a single public subnet, Internet Gateway, route tables, security …