Deploying a GitLab Runner on Azure: A Step-by-Step Guide
This guide walks you through the entire process — from VM setup to running your first successful job. Step 1: Create an Azure VM Log in to the Azure Portal. Create a new…
13/05/2025
1. Handling Iteration over Sensitive Values in a Map of Objects Before diving into the use case, it’s important to understand the basics of handling sensitive input variables in Terraform. You can refer to the HashiCorp Developer Documentation on Protect sensitive input variables | Terraform | HashiCorp Developer for initial understanding.…