<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Daniel Ntim-Boakye</title>
    <description>The latest articles on DEV Community by Daniel Ntim-Boakye (@daniel_ntim_7b0da30f70442).</description>
    <link>https://dev.to/daniel_ntim_7b0da30f70442</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3154422%2Fe335678e-5cbb-46f1-8b65-79e35202d907.jpeg</url>
      <title>DEV Community: Daniel Ntim-Boakye</title>
      <link>https://dev.to/daniel_ntim_7b0da30f70442</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/daniel_ntim_7b0da30f70442"/>
    <language>en</language>
    <item>
      <title>Azure CloudOps Control Tower: Effortless Azure Infrastructure with Terraform</title>
      <dc:creator>Daniel Ntim-Boakye</dc:creator>
      <pubDate>Fri, 23 May 2025 13:17:17 +0000</pubDate>
      <link>https://dev.to/daniel_ntim_7b0da30f70442/azure-cloudops-control-tower-effortless-azure-infrastructure-with-terraform-3e15</link>
      <guid>https://dev.to/daniel_ntim_7b0da30f70442/azure-cloudops-control-tower-effortless-azure-infrastructure-with-terraform-3e15</guid>
      <description>&lt;p&gt;Are you looking for an easy way to manage your Azure cloud resources?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Azure CloudOps Control Tower&lt;/strong&gt; is an open-source project that helps you set up and organize Azure infrastructure using Terraform. It’s modular, supports multiple environments (dev, staging, prod), and comes with clear diagrams and reusable modules.&lt;/p&gt;




&lt;h3&gt;
  
  
  Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Modular Terraform code for Azure&lt;/li&gt;
&lt;li&gt;Works for networking, compute, storage, and security&lt;/li&gt;
&lt;li&gt;Supports multiple environments&lt;/li&gt;
&lt;li&gt;Includes architecture diagrams&lt;/li&gt;
&lt;li&gt;Open source and easy to customize&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Get Started
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Clone the repo:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/Danielconto/Azure-Cloudops-Control-Tower
&lt;span class="nb"&gt;cd &lt;/span&gt;azure-cloudops-control-tower
&lt;/code&gt;&lt;/pre&gt;

&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Set up your variables:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Edit the &lt;code&gt;terraform.tfvars&lt;/code&gt; file to match your Azure setup.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Deploy:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;terraform init
terraform plan
terraform apply
&lt;/code&gt;&lt;/pre&gt;

&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  Learn More
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/Danielconto/Azure-Cloudops-Control-Tower" rel="noopener noreferrer"&gt;GitHub Repository&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Each module has its own README for details and diagrams.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Feedback
&lt;/h3&gt;

&lt;p&gt;Feel free to open issues or contribute!&lt;br&gt;&lt;br&gt;
Let me know what you think or how you use it in the comments below.&lt;/p&gt;

</description>
      <category>azure</category>
      <category>terraform</category>
      <category>cloud</category>
      <category>devops</category>
    </item>
    <item>
      <title>Launch Secure Azure Infrastructure with Terraform: My Open Source Starter Kit</title>
      <dc:creator>Daniel Ntim-Boakye</dc:creator>
      <pubDate>Wed, 14 May 2025 09:05:59 +0000</pubDate>
      <link>https://dev.to/daniel_ntim_7b0da30f70442/launch-secure-azure-infrastructure-with-terraform-my-open-source-starter-kit-1bce</link>
      <guid>https://dev.to/daniel_ntim_7b0da30f70442/launch-secure-azure-infrastructure-with-terraform-my-open-source-starter-kit-1bce</guid>
      <description>&lt;p&gt;Setting up secure infrastructure in the cloud can be overwhelming. I created an open-source &lt;strong&gt;Azure Terraform Starter Kit&lt;/strong&gt; to make it easier for developers and teams to get started with real-world Azure deployments.&lt;/p&gt;

&lt;h3&gt;
  
  
  What’s in the Kit?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Terraform modules for Azure: VNet, subnets, VMs, NSGs, storage, and Key Vault&lt;/li&gt;
&lt;li&gt;GitHub Actions pipeline for validating and deploying code&lt;/li&gt;
&lt;li&gt;Modular structure with examples you can customize&lt;/li&gt;
&lt;li&gt;Best practices for security and tagging&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  GitHub Repo
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/Danielconto/azure-terraform-starter-kit" rel="noopener noreferrer"&gt;Check out the full source code&lt;/a&gt;&lt;br&gt;
Here’s how the components connect:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A &lt;strong&gt;Resource Group&lt;/strong&gt; provisions a &lt;strong&gt;Virtual Network&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Two subnets: one for app servers, one for database servers&lt;/li&gt;
&lt;li&gt;VMs in each subnet are protected by their own &lt;strong&gt;Network Security Groups&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;Storage Account&lt;/strong&gt; and &lt;strong&gt;Key Vault&lt;/strong&gt; are also deployed for logs and secrets&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Folmpmksu8i310s06tenn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Folmpmksu8i310s06tenn.png" alt="Azure architecture diagram showing a resource group connected to a virtual network with two subnets (app and DB), each containing a virtual machine secured by network security groups. Also includes a storage account and key vault." width="800" height="964"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Why I Built It
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;To make Azure easier for developers learning Terraform&lt;/li&gt;
&lt;li&gt;To follow best practices without starting from scratch&lt;/li&gt;
&lt;li&gt;To contribute something useful to the cloud community&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Try It Out
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
git clone https://github.com/Danielconto/azure-terraform-starter-kit
cd examples/basic-network
terraform init
terraform apply
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>terraform</category>
      <category>azure</category>
      <category>devops</category>
      <category>github</category>
    </item>
  </channel>
</rss>
