Latest posts
In this video, I will show you how to use Terraform to create and manage Azure resources with consistent and clear naming conventions. Naming conventions...
How To Create an Azurerm Subnet using For_each in Terraform?
When working with terraform there will come a time when you need to create multiple variotions of the same resources. Using a for_each in terraform...
Terraform Remote State: Benefits of Using Remote State Storage”
Terraform is a powerful tool for infrastructure as code, but as the size of your infrastructure grows, so does the complexity of managing its state....
Implementing Azure Landing Zones for Brownfield Deployments: Pros and Cons
As organizations continue to adopt cloud computing, they often face challenges with managing multiple subscriptions, security, compliance, and governance. Azure Landing Zones offer a comprehensive...
The Power of ‘terraform plan’ Commands
Terraform is an open-source infrastructure as code (IaC) tool that enables users to define and manage their infrastructure in a declarative manner. It provides a...
Terraform Variables: Enhancing Infrastructure-as-Code Flexibility and Reusability
Terraform is an infrastructure-as-code (IAC) tool used for provisioning and managing infrastructure on cloud platforms like AWS, GCP, and Azure. It allows users to define...
Protecting Sensitive Input Variables in Terraform: Best Practices for Security and Compliance
Terraform is a powerful tool used to automate the process of deploying and managing infrastructure. With Terraform, you can define infrastructure as code (IaC), which...
How to Use Terraform Output: How and Why You Should Use Terraform Outputs
Terraform is an open-source infrastructure as code (IaC) tool that simplifies the process of provisioning and managing cloud resources. One of its essential features is...
Using Azure Data Sources in Terraform: A Guide with Examples
Terraform is a popular Infrastructure as Code (IaC) tool used to manage cloud resources. One of the powerful features of Terraform is the ability to...
Mastering Dynamic Expressions in Terraform: Creating Flexible and Reusable Infrastructure Code
Terraform is an open-source infrastructure as code (IAC) tool that enables you to manage and provision cloud resources efficiently. It allows you to define your...
Top 5 Reasons Why people are using terraform cloud?
Terraform Cloud is offered as a multi-tenant SaaS platform. It offers a free tier for getting started, and can accommodate both small businesses and large...
Import your Entire Azure Environment using Terrafy
Many companies will start to adopt some form of IAC (infrastcuture as code) tool. One of the most popular tools is Terraform. With companies moving...
Azure Traffic Manager Routing Method Deep Dive
Azure supports 6 different azure traffic manager routing methods to help provide load balancing to your endpoints inside or outside of azure. The routing methods...
Azure Traffic Manager Vs Azure Load Balancer Differences
Many engineers at some point may need to decide when to use azure traffic manager vs azure load balancer. Designing high availability for web applications...
How to create a pod in Kubernetes using yaml
In Kubernetes, a pod is the basic unit of deployment. When you create a pod in kubernetes using yaml, It can contain one or more...
Kubernetes yaml kind types Explained
This article will introduce kubernetes yaml kind types and how examples of how they are used. Kubernetes is a container orchestration system for automating software...
How to troubleshoot with kubectl
When working with Kubernetes, learning how to troubleshoot with kubectl will help in your discovery of any issues. Kubectl is a command line tool that...
How to build an online Palo Alto Lab using EVE-NG
Are you looking to become PCNSA (Palo Alto Networks Certified Network Security Administrator) Certified? In the course of your studies, getting your hands on real...
Free Palo Alto Firewall Lab using EVE-NG
A palo alto firewall lab using EVE-NG can help give you the ability to test and learn different network configurations. Using Eve-NG the scale at...
Azure Firewall to Route Spoke Vnets Through Hub Vnet
One of the recommended azure architectures is a hub and spoke network setup. This architecture consist of the following azure components: 1x Hub Virtual Network...
Deploy an Azure Hub and Spoke Network using Terraform
Whether your doing this to study or deploy into a production networking, deploying an azure hub and spoke network using terraform makes management a lot...
How to manage your fortigate firewall using terraform
A fortigate firewall is a security device that a lot of businesses may find themselves using at the edge of their business locations. Your firewall...
How to create a vnet in azure using terraform
In azure vnets allow you to separate out parts of your cloud infrastructure into different network segments. This structure is almost the equivalent of building...
Azure Firewall vs Network Security Group
When it comes to protecting your azure resources, a question you may come across is when to use an azure firewall vs network security group....
Terraform for_each example to create multiple resources
Terraform for_each will allow you create multiple resources without having to define multiple resource blocks. As your infrastructure as code starts to grow, it can...
How to Import Existing Azure Resources into Terraform
Many companies choose to adopt infrastructure as code later in there cloud journey. There will come a time when you may need to import existing...
How to Build a Cisco CCNA lab at home using EVE-NG
Want to know how to build a cisco ccna lab at home using eve-ng? Many people seek to pass the CCNA 200-301 cisco exam. EVE-NG...
How to fix Objects have changed outside of Terraform
When working with terraform, you may run into the error “objects have changed outside of Terraform”. This error means that your terraform state and application...
Secure Terraform State in an Azure storage account
Terraform state allows for terraform to understand what resources to add, update or delete. When using terraform, the state file is initially stored locally on...