Latest posts
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...
Build an Azure Homelab using Terraform
Building an azure homelab can help give you the opportunity to study for certifications or help grow your career as a cloud engineer. Using terraform...