Projects

How to secure your state in azurerm backend

Another week, another dive into an interesting issue for working with Terraform. This time I will introduce you into my set of best practises for remote backends — a crucial, often overlooked part in managing your state files. After a brief intro into the security features of remote backends, I will show you how to secure your state file in Azure Blob Storage using the azurerm backend. By the end, you will be able to secure your state file with minimal effort and understand the accompanying terraform script. In the end, I will provide you with a link to my GitHub repository, where you can find the code for this post.

Read More

Building Bridges: Safely Upload and Distribute Secrets with Terraform

Have you ever wondered, how you can upload secrets into terraform without exposing them in your codebase? In this blog post, I will show you how to create a secret bridge with Terraform. This will allow you to commit your configuration into your main repository, thus making it easier for other developers to collaborate on the project. It will also make it easier for you to manage your secrets in a secure way.

Read More

Cut Costs, Boost Security: Deploy Azure Bastion Easily with my ezBastion module

Whether you are Cloud, DevOps or Software Engineer - you probably have already been in the situation where you need to access a Virtual Machine residing in a private VNet. While you can use a VPN connection to access the VM, this is not always an available option for you. In this project, I will show you how you can easily connect to your VMs in a secure way without exposing them to the public internet, thus saving you money and time.

Read More

Hello World!

Hello World! This is my first post on my new blog. I am very excited to start this journey and share my experiences with you. I hope you will enjoy it!

Read More